-
Notifications
You must be signed in to change notification settings - Fork 1
Config feature #28 #37
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
- 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
Codecov Report
@@ Coverage Diff @@
## master #37 +/- ##
==========================================
- Coverage 83.92% 82.71% -1.21%
==========================================
Files 26 26
Lines 2146 2199 +53
==========================================
+ Hits 1801 1819 +18
- Misses 345 380 +35
Continue to review full report at Codecov.
|
| 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 (14)
|
❌ not sure why stickler Ci tests still failing ... might not want this CI test |
| @@ -0,0 +1,21 @@ | |||
| version: 2 | |||
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.
[warning] missing document start "---" (document-start)
| @@ -0,0 +1,11 @@ | |||
| linters: | |||
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.
[warning] missing document start "---" (document-start)
| 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 (14)
| 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)
| 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)
|
💯 linters passed 🎆 |
Added Configuration features #28