krbcontext / python-krbcontext

A Kerberos context manager
https://krbcontext.github.io/
GNU General Public License v3.0
25 stars 10 forks source link

Shorten module reference path #39

Closed tkdchen closed 3 years ago

tkdchen commented 3 years ago

Some used classes are provided from gssapi top-level directly as high-level API. Just use them instead of referencing from the underlying original module.

Signed-off-by: Chenxiong Qi qcxhome@gmail.com

codecov-commenter commented 3 years ago

Codecov Report

Merging #39 (25873ab) into master (5afc328) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #39   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          109       109           
=========================================
  Hits           109       109           
Impacted Files Coverage Δ
krbcontext/context.py 100.00% <100.00%> (ø)

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 5afc328...25873ab. Read the comment docs.