aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorJ08nY2022-07-01 22:41:26 +0200
committerJ08nY2022-07-05 19:09:39 +0200
commit250667c8b8c5d9df1ef42aaa72351d38519fdf2f (patch)
tree80503e9832425642d0c66e28f603921184848f2b /tests
parente5ac3e45860084451295b20f7bb2f1e4c375306a (diff)
downloadsec-certs-250667c8b8c5d9df1ef42aaa72351d38519fdf2f.tar.gz
sec-certs-250667c8b8c5d9df1ef42aaa72351d38519fdf2f.tar.zst
sec-certs-250667c8b8c5d9df1ef42aaa72351d38519fdf2f.zip
Introduce rules in YAML.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_rules.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test_rules.py b/tests/test_rules.py
new file mode 100644
index 00000000..b5b8fb0b
--- /dev/null
+++ b/tests/test_rules.py
@@ -0,0 +1,7 @@
+from unittest import TestCase
+from sec_certs.cert_rules import cc_rules
+
+class TestRules(TestCase):
+
+ def test_rules(self):
+ print(cc_rules) \ No newline at end of file