8 lines
243 B
INI
8 lines
243 B
INI
|
|
[pytest]
|
||
|
|
asyncio_mode = auto
|
||
|
|
testpaths = tests
|
||
|
|
addopts = -v --tb=short
|
||
|
|
markers =
|
||
|
|
security: marks tests as security / hardening tests (OWASP ASVS / API Top 10)
|
||
|
|
members_admin: marks tests for the members area and admin-members endpoints
|