Skip to content

Commit

Permalink
Register pytest marks to silence test warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Dec 19, 2019
1 parent ecd59db commit 4154b9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[pytest]
markers =
pycrypto: marks tests as applicable with PyCrypto backend
pycryptodome: marks tests as applicable with PyCryptodome backend
ecdsa: marks tests as applicable with ecdsa backend
cryptography: marks tests as applicable with cryptography backend
backend_compatibility: mark tests as testing compatibility between backends

0 comments on commit 4154b9d

Please sign in to comment.