Files
2026-08-30 16:50:28 +03:00

14 lines
238 B
INI

[pytest]
addopts =
-l
-v
-s
--alluredir=./src/tests/allure-results/reports/
testpaths =
./src/tests
pythonpath = .
markers=
unit: unit tests
integra: integrations test
e2e: e2e tests
smoke: smoke tests