File: pytest.ini

package info (click to toggle)
python-jose 3.3.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 528 kB
  • sloc: python: 4,020; makefile: 162; sh: 6
file content (7 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
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