Skip to content

Conversation

@reactive-firewall
Copy link
Owner

Added Configuration features #28

- 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-io
Copy link

codecov-io commented Jul 24, 2017

Codecov Report

Merging #37 into master will decrease coverage by 1.2%.
The diff coverage is 16.98%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
piaplib/pku/config.py 56.36% <16.98%> (-36.62%) ⬇️
piaplib/lint/iface_check_status.py 76.07% <0%> (+1.22%) ⬆️
piaplib/lint/users_check_status.py 86.31% <0%> (+2.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b4d042...87af121. Read the comment docs.

raise unittest.SkipTest("BETA. Experemental feature not ready yet.")
assert theResult

def test_case_clearify_read_write(self):

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)

@reactive-firewall
Copy link
Owner Author

❌ not sure why stickler Ci tests still failing ... might not want this CI test

@@ -0,0 +1,21 @@
version: 2

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:

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):

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):

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):

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)

@reactive-firewall
Copy link
Owner Author

💯 linters passed 🎆

@coveralls
Copy link

coveralls commented Jul 24, 2017

Coverage Status

Coverage decreased (-1.6%) to 82.765% when pulling 87af121 on config-feature-#28 into 4b4d042 on master.

@coveralls
Copy link

coveralls commented Jul 24, 2017

Coverage Status

Coverage decreased (-1.6%) to 82.765% when pulling 87af121 on config-feature-#28 into 4b4d042 on master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-1.6%) to 82.765% when pulling 87af121 on config-feature-#28 into 4b4d042 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.6%) to 82.765% when pulling 87af121 on config-feature-#28 into 4b4d042 on master.

@coveralls
Copy link

coveralls commented Jul 24, 2017

Coverage Status

Coverage decreased (-1.6%) to 82.765% when pulling 87af121 on config-feature-#28 into 4b4d042 on master.

@coveralls
Copy link

coveralls commented Jul 24, 2017

Coverage Status

Coverage decreased (-1.6%) to 82.765% when pulling 87af121 on config-feature-#28 into 4b4d042 on master.

2 similar comments
@coveralls
Copy link

coveralls commented Jul 24, 2017

Coverage Status

Coverage decreased (-1.6%) to 82.765% when pulling 87af121 on config-feature-#28 into 4b4d042 on master.

@coveralls
Copy link

coveralls commented Jul 24, 2017

Coverage Status

Coverage decreased (-1.6%) to 82.765% when pulling 87af121 on config-feature-#28 into 4b4d042 on master.

@reactive-firewall reactive-firewall merged commit 87af121 into master Jul 24, 2017
@reactive-firewall reactive-firewall deleted the config-feature-#28 branch July 24, 2017 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants