-
Notifications
You must be signed in to change notification settings - Fork 47
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
feat(test): add test command skeleton (#720) #720
Conversation
662685d
to
74d5601
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #720 +/- ##
==========================================
+ Coverage 58.62% 58.81% +0.18%
==========================================
Files 24 25 +1
Lines 2393 2406 +13
==========================================
+ Hits 1403 1415 +12
- Misses 990 991 +1
|
reana_client/cli/__init__.py
Outdated
@@ -13,7 +13,7 @@ | |||
import click | |||
from urllib3 import disable_warnings | |||
|
|||
from reana_client.cli import workflow, files, ping, secrets, quotas, retention_rules | |||
from reana_client.cli import workflow, files, ping, secrets, quotas, retention_rules, test |
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.
Besides fixing pydocstyle, black, flake8 etc findings, please add yourself to the AUTHORS.md
file.
Closing in favor of #724 |
Closes #719