-
Notifications
You must be signed in to change notification settings - Fork 117
[test] Adapt cdo test to PE 18.07 #431
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
[test] Adapt cdo test to PE 18.07 #431
Conversation
* Adapt to new regression test syntax.
cscs-checks/tools/io/cdo.py
Outdated
| class CDOBaseCheck(rfm.RunOnlyRegressionTest): | ||
| def __init__(self, sub_check): | ||
| super().__init__() | ||
| self.name = 'CDO_' + sub_check + '_check' |
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 think the default naming convention should be enough.
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.
So you may not even pass the sub_check argument.
|
@jenkins-cscs retry dom |
Codecov Report
@@ Coverage Diff @@
## master #431 +/- ##
=========================================
- Coverage 91.22% 91.2% -0.03%
=========================================
Files 70 70
Lines 8585 8585
=========================================
- Hits 7832 7830 -2
- Misses 753 755 +2
Continue to review full report at Codecov.
|
omlins
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
Closes #370