-
Notifications
You must be signed in to change notification settings - Fork 154
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
Tests and minor improvements to ciphers module #235
Conversation
@manparvesh Does this look good ? Can i work on adding more ciphers and tests ? |
@sarathsoma the tests are failing. Please fix that before adding more ciphers |
@manparvesh Ran the tests on the dev environment. Everything looks okay. No tests failed. Any leads on this ? |
@sarathsoma I reran the build and found that it was okay for python 2 but not for 3. For Python 3 it probably went into some infinite loop. Please take a look: I am guessing you have python 2 in your machine, please try on python 3 as well |
Codecov Report
@@ Coverage Diff @@
## master #235 +/- ##
==========================================
+ Coverage 76.78% 79.61% +2.82%
==========================================
Files 60 64 +4
Lines 3442 3522 +80
==========================================
+ Hits 2643 2804 +161
+ Misses 799 718 -81
Continue to review full report at Codecov.
|
v1 is now deprecated, closing old PRs |
Short description of what this resolves:
Minor tweaks to how yoda exits during invalid inputs for ciphers module.
adds tests for ciphers module.
Changes proposed in this pull request:
Status (please check what you already did):