-
Notifications
You must be signed in to change notification settings - Fork 33
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 to verify the YAML file #1
Comments
I will try to find some time for this. I would do it in py.test, ok? |
❤️ pytest! We've already got the requirements file, so a I'm realizing that there are actually two things to be done here – add the test file to verify the yaml is valid, and then (later) actually setting this up in a CI/CD framework, e.g. Travis, circle-ci, etc. I'll update this issue to be only the former, and create a new issue for the CI/CD thing specifically, which is a heavier (and subsequent) lift. |
Integrated. |
tests should verify that
maybe other things?
The text was updated successfully, but these errors were encountered: