Skip to content
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

Add support for RFC 8769 #136

Merged
merged 1 commit into from
Mar 20, 2020
Merged

Add support for RFC 8769 #136

merged 1 commit into from
Mar 20, 2020

Conversation

russhousley
Copy link
Contributor

Add module and test for RFC 8769

@codecov-io
Copy link

codecov-io commented Mar 19, 2020

Codecov Report

Merging #136 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #136      +/-   ##
==========================================
+ Coverage   99.46%   99.47%   +0.01%     
==========================================
  Files         124      125       +1     
  Lines        7046     7048       +2     
==========================================
+ Hits         7008     7011       +3     
+ Misses         38       37       -1     
Impacted Files Coverage Δ
pyasn1_modules/rfc8769.py 100.00% <100.00%> (ø)
pyasn1_modules/rfc4210.py 100.00% <0.00%> (+0.95%) ⬆️

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 13ca0da...f8ad66a. Read the comment docs.

suite = unittest.TestLoader().loadTestsFromModule(sys.modules[__name__])

if __name__ == '__main__':
import sys
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: sys is already imported in imports section

@etingof etingof merged commit 7c7e4ad into etingof:master Mar 20, 2020
@etingof
Copy link
Owner

etingof commented Mar 20, 2020

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants