Files
2026-08-18 19:33:41 +03:00

16 lines
278 B
INI

[pytest]
addopts =
-l
-v
-s
--alluredir=tests/allure-results/reports/
testpaths =
tests
markers=
unit: unit tests
integra: integrations test
e2e: e2e tests
smoke: smoke tests
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function