test added

This commit is contained in:
2026-08-30 16:50:28 +03:00
parent ff77d1069a
commit e51bb07e4a
92 changed files with 745 additions and 329 deletions
+14
View File
@@ -0,0 +1,14 @@
[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