auth unit tests & ruff visual fix
This commit is contained in:
11
pytest.ini
11
pytest.ini
@@ -0,0 +1,11 @@
|
||||
[pytest]
|
||||
addopts =
|
||||
-l
|
||||
--alluredir=tests/allure-results/reports/
|
||||
testpaths =
|
||||
tests
|
||||
markers=
|
||||
unit: unit tests
|
||||
integra: integrations test
|
||||
e2e: e2e tests
|
||||
smoke: smoke tests
|
||||
|
||||
Reference in New Issue
Block a user