bitwarden-keyring icon indicating copy to clipboard operation
bitwarden-keyring copied to clipboard

Add session passing to functions

Open samdixon opened this issue 6 years ago • 1 comments

  • Adds ability to pass session variable to get_password, set_password, and delete_password functions. Default = None.
  • Adds tests for new functionality with 100% coverage.
    • Double check these tests for validity. I don't have much exp writing tests.
  • Minor version bump from 0.2.1 to 0.2.2

samdixon avatar Oct 17 '19 23:10 samdixon

Codecov Report

Merging #4 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #4   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines         155    158    +3     
  Branches       18     21    +3     
=====================================
+ Hits          155    158    +3
Impacted Files Coverage Δ
bitwarden_keyring/__init__.py 100% <100%> (ø) :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 12531ba...790600e. Read the comment docs.

codecov[bot] avatar Oct 17 '19 23:10 codecov[bot]