-
Notifications
You must be signed in to change notification settings - Fork 117
[refactor] Convert unittests to pytest syntax #1188
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
[refactor] Convert unittests to pytest syntax #1188
Conversation
* Use pytest syntax and pytest functions for skipping/failing. * Small fix in ScopedDict tests.
|
@teojgo Why addresses and not fixes the issue? |
Codecov Report
@@ Coverage Diff @@
## master #1188 +/- ##
=========================================
- Coverage 92.14% 91.9% -0.25%
=========================================
Files 81 81
Lines 11930 11569 -361
=========================================
- Hits 10993 10632 -361
Misses 937 937
Continue to review full report at Codecov.
|
|
@teojgo Please also fix the conflicts with the current master. |
|
Hello @teojgo, Thank you for updating!
Do see the ReFrame Coding Style Guide Comment last updated at 2020-02-21 13:37:25 UTC |
|
@teojgo Apparently, PEP8 does not like the |
|
@teojgo There are still some PEP8 issues. As soon as you fix them, we can merge this PR. |
Use pytest syntax and pytest functions for skipping/failing.
Small fix in ScopedDict tests.
Fixes #1149