latchset / custodia

An API to manage secrets storage and retrieval
GNU General Public License v3.0
85 stars 27 forks source link

Allow testing without gssapi and ipaclient #244

Closed tiran closed 6 years ago

tiran commented 6 years ago

Make tests pass without presence of requests_gssapi or ipaclient package.

Signed-off-by: Christian Heimes cheimes@redhat.com

Depends on PR #243

codecov-io commented 6 years ago

Codecov Report

Merging #244 into master will increase coverage by 0.17%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #244      +/-   ##
==========================================
+ Coverage      74%   74.18%   +0.17%     
==========================================
  Files          40       40              
  Lines        4370     4392      +22     
  Branches      443      445       +2     
==========================================
+ Hits         3234     3258      +24     
+ Misses        979      977       -2     
  Partials      157      157
Impacted Files Coverage Δ
tests/test_plugins.py 80.95% <100%> (+3.8%) :arrow_up:
tests/test_ipa.py 97.6% <100%> (+0.16%) :arrow_up:
tests/test_custodia.py 95.26% <100%> (+0.06%) :arrow_up:
src/custodia/client.py 80.09% <0%> (+0.94%) :arrow_up:

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 c9463ad...9b9faa5. Read the comment docs.