chore: reinitialize project with vite architecture
This commit is contained in:
12
pytest.ini
Normal file
12
pytest.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[pytest]
|
||||
testpaths = tests
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
addopts = -v --tb=short
|
||||
|
||||
markers =
|
||||
integration: mark test as integration test (requires database)
|
||||
e2e: mark test as end-to-end test (requires running server and playwright)
|
||||
stress: mark test as stress test (may take longer, tests system stability)
|
||||
load: mark test as load test (concurrent requests, tests throughput)
|
||||
Reference in New Issue
Block a user