-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
CLI modification #238
CLI modification #238
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #238 +/- ##
=======================================
Coverage 99.45% 99.45%
=======================================
Files 4 4
Lines 722 722
Branches 108 108
=======================================
Hits 718 718
Misses 2 2
Partials 2 2 ☔ View full report in Codecov by Sentry. |
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 noticed a point in the PR, can you please check it?
test/error_test.py
Outdated
... | ||
samila.errors.samilaPlotError: Given color/bgcolor type is not supported. | ||
samila.errors.samilaPlotError: Plotting process can't be Done because data1 is empty. Use generate method first. |
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.
Done
--> done
Alos how are these changed without any changes in params.py
? Either now or then tests should be failed, right?
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.
Due to the IGNORE_EXCEPTION_DETAIL
flag in the pytest.ini
file, all exception messages were being ignored.
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.
Done
-->done
fix in c23ef8d
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Any other comments?
@sadrasabouri
We will include tests for the CLI functions in version 1.5