-
-
Notifications
You must be signed in to change notification settings - Fork 31
WIP: Use pytest for tests #117
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
Conversation
Based on instructions at https://discuss.circleci.com/t/how-to-add-a-path-to-path-in-circle-2-0/11554/9
Adjust cache keys Assert version after (potential) installation Fixes singularityhub#118
|
hey do you want me to fix the linting issues? Happy to :) |
|
No it's fine. Marked the PR as WIP because I wanted to try how it works on CI, I'm not yet done. |
|
Alrighty - I'm well into the refactor for the recipes, I'll take the fix for #111 |
4a36b4e to
4943bb1
Compare
|
I'm off till monday. You can take this over to see if you can fix the python2 failure. Not sure why the filter doesn't work there... |
|
You got it! Thanks @Flamefire, enjoy your time off. |
|
Just got an easy idea: use a pytest decorator to skip this if singularity 2. Then you only need 1 cmd to run all tests. |
|
okay back in business, home safely! Starting to work on this now. |
Using pytest allows for faster writing of tests due to easier syntax as well as including e.g. coverage and other pytest plugins