Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add test metadata for schema tests, add test tests (#1154) #1816

Merged

Conversation

beckjake
Copy link
Contributor

@beckjake beckjake commented Oct 8, 2019

Fixes #1154

Add a new optional metadata field to the ParsedTestNode. On data tests it's None, but on schema tests it's a dict with 3 entries:

  • (optional) the namespace, if you had a dotted test name
  • The test name, without the namespace if it was dotted
  • The test arguments, including the column name if it was a column test

@cla-bot cla-bot bot added the cla:yes label Oct 8, 2019
Copy link
Contributor

@drewbanin drewbanin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is beautiful, let's ship it

@beckjake beckjake merged commit 6d2aca1 into dev/louisa-may-alcott Oct 10, 2019
@beckjake beckjake deleted the feature/test-nodes-include-name-kwargs branch October 10, 2019 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide test name and kwargs in test nodes in the manifest
2 participants