We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c10069 commit 74cdac5Copy full SHA for 74cdac5
pytest.ini
@@ -0,0 +1,7 @@
1
+[pytest]
2
+markers =
3
+ pycrypto: marks tests as applicable with PyCrypto backend
4
+ pycryptodome: marks tests as applicable with PyCryptodome backend
5
+ ecdsa: marks tests as applicable with ecdsa backend
6
+ cryptography: marks tests as applicable with cryptography backend
7
+ backend_compatibility: mark tests as testing compatibility between backends
0 commit comments