-
Notifications
You must be signed in to change notification settings - Fork 117
[test] Add Python NumPy library check and build CSCS test on top of it #2184
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
|
Hello @hurricane642, 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 2021-10-13 20:01:15 UTC |
|
Can I test this patch? |
|
Ok to test |
Codecov Report
@@ Coverage Diff @@
## master #2184 +/- ##
=======================================
Coverage 85.54% 85.54%
=======================================
Files 55 55
Lines 9746 9746
=======================================
Hits 8337 8337
Misses 1409 1409 Continue to review full report at Codecov.
|
|
I did the following changes:
|
This is a continuation of the work on the test library. This PR work has been done with Numpy tests. A new file base_check.py has been added, introducing the main class for the Numpy test, as well as the CSCS tests inherited from it.