-
Notifications
You must be signed in to change notification settings - Fork 1
Bump version to 0.2.7 #39
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
reactive-firewall
commented
Jul 31, 2017
- Bump Version to 0.2.7
- slight test code coverage increase as part of ON-GOING: Stability and test coverage improvements #32
…tions that are not triggered - added new functions for file encryption tasks as part of #20 - added relevent tests for new file encryption functions - refactored extension utilities - refactored some tests that caused regression bugs in local testing
- refactored error breakpoints for use while debugging - fixed failing tests for #20
- added some function for config files as part of #28
…tions that are not triggered - added new functions for file encryption tasks as part of #20 - added relevent tests for new file encryption functions - refactored extension utilities - refactored some tests that caused regression bugs in local testing
- refactored error breakpoints for use while debugging - fixed failing tests for #20
- added new functions - added tests for new functions
| return theResult | ||
|
|
||
|
|
||
| @remediation.error_handling |
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.
C901 'writeMainConfigFile' is too complex (12)
tests/test_enc.py
Outdated
| raise unittest.SkipTest("BETA. Experemental feature not ready yet.") | ||
| assert theResult | ||
|
|
||
| def test_case_clearify_read_write(self): |
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.
C901 'CryptoTestSuite.test_case_clearify_read_write' is too complex (12)
tests/test_enc.py
Outdated
| raise unittest.SkipTest("BETA. Experemental feature not ready yet.") | ||
| assert theResult | ||
|
|
||
| def test_case_clearify_read_write(self): |
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.
'CryptoTestSuite.test_case_clearify_read_write' is too complex (12)
| return theResult | ||
|
|
||
|
|
||
| @remediation.error_handling |
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.
'writeMainConfigFile' is too complex (12)
2 similar comments
Codecov Report
@@ Coverage Diff @@
## stable #39 +/- ##
==========================================
+ Coverage 83.54% 84.37% +0.83%
==========================================
Files 26 26
Lines 2109 2215 +106
==========================================
+ Hits 1762 1869 +107
+ Misses 347 346 -1
Continue to review full report at Codecov.
|