Files
The_DisExcel_project/pytest.ini
T
2026-08-05 14:46:10 +03:00

15 lines
226 B
INI

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