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

Renaming 'tests' to 'runs' in the schema (#30) #40

Closed
wants to merge 1 commit into from

Conversation

mrbazzan
Copy link
Contributor

@mrbazzan mrbazzan commented Nov 4, 2021

Closes #30

@@ -735,7 +735,7 @@ def inherit(data):
build['comment'] = build.pop('description')

# Inherit tests
for test in data.get('tests', []):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

inherit function has a couple of test variable. Should that be changed to run?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider renaming "tests" to "runs"
1 participant