-
Notifications
You must be signed in to change notification settings - Fork 117
[feat] Add command-line option to manipulate the module path before executing any tests #1606
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
* Add the corresponding documentation. * Add unittests.
|
Hello @teojgo, Thank you for updating! Cheers! There are no PEP8 issues in this Pull Request!Do see the ReFrame Coding Style Guide Comment last updated at 2020-11-23 19:08:33 UTC |
Codecov Report
@@ Coverage Diff @@
## master #1606 +/- ##
==========================================
- Coverage 87.91% 87.66% -0.25%
==========================================
Files 44 44
Lines 7258 7283 +25
==========================================
+ Hits 6381 6385 +4
- Misses 877 898 +21
Continue to review full report at Codecov.
|
|
Also I would expect the actions using the different modules systems to fail 🤔 |
ekouts
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
vkarak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have minor comments except that I don't understand why it is correct to exit with 1 in the test_unuse_module_path() test.
Add the corresponding documentation.
Add unittests.
Fixes #1395