etingof / pyasn1-modules

ASN.1 modules for pyasn1 library
http://snmplabs.com/pyasn1/
BSD 2-Clause "Simplified" License
41 stars 45 forks source link

Add rfc3779.py and a associated test #23

Closed russhousley closed 5 years ago

russhousley commented 5 years ago

Add rfc3779.py and a associated test

codecov-io commented 5 years ago

Codecov Report

Merging #23 into master will not change coverage. The diff coverage is 97.72%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   98.85%   98.85%           
=======================================
  Files          20       20           
  Lines        2889     2889           
=======================================
  Hits         2856     2856           
  Misses         33       33
Impacted Files Coverage Δ
pyasn1_modules/rfc5280.py 100% <ø> (ø) :arrow_up:
pyasn1_modules/rfc8226.py 97.72% <97.72%> (ø) :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 a5ea657...bfe9ca3. Read the comment docs.

etingof commented 5 years ago

This PR seems to include unrelated commits. I've fished the right ones out of it and did another PR (https://github.com/etingof/pyasn1-modules/pull/24).

Thank you!