aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorJ08nY2023-04-13 18:18:38 +0200
committerJ08nY2023-04-13 18:18:38 +0200
commit4fc0d1b8f422a0609051ccb5ae347f44f059cce8 (patch)
tree02d9b0631a3d457cbebf89d4354c264734de83d9 /tests
parent595e3652243f7b13cafef517c389ef7c6df9f9d3 (diff)
downloadsec-certs-4fc0d1b8f422a0609051ccb5ae347f44f059cce8.tar.gz
sec-certs-4fc0d1b8f422a0609051ccb5ae347f44f059cce8.tar.zst
sec-certs-4fc0d1b8f422a0609051ccb5ae347f44f059cce8.zip
Add DE scheme enhanced parsing.
Diffstat (limited to 'tests')
-rw-r--r--tests/cc/test_cc_schemes.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cc/test_cc_schemes.py b/tests/cc/test_cc_schemes.py
index 3c1f140b..9fd6a2b9 100644
--- a/tests/cc/test_cc_schemes.py
+++ b/tests/cc/test_cc_schemes.py
@@ -1,3 +1,4 @@
+from pprint import pp
from urllib.parse import urlparse
import pytest
@@ -43,6 +44,8 @@ def test_anssi():
@pytest.mark.xfail(reason="May fail due to server errors.", raises=RequestException)
def test_bsi():
certified = CCSchemeDataset.get_germany_certified()
+ for r in certified:
+ pp(r)
assert len(certified) != 0
assert absolute_urls(certified)