initial commit (backend)
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
[pytest]
|
||||
asyncio_mode = auto
|
||||
asyncio_default_fixture_loop_scope = session
|
||||
asyncio_default_test_loop_scope = session
|
||||
testpaths = tests
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
pythonpath = .
|
||||
addopts =
|
||||
-v
|
||||
--tb=short
|
||||
--strict-markers
|
||||
markers =
|
||||
asyncio: async test
|
||||
integration: tests requiring real DB connection
|
||||
unit: pure logic tests (no DB)
|
||||
Reference in New Issue
Block a user