Files
gw/backend/pytest.ini
T

8 lines
243 B
INI
Raw Normal View History

2026-04-18 07:23:55 +12:00
[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