techprotrade's picture
Deploy ATOM FastAPI command center runtime (part 8)
aef804e verified
Raw
History Blame Contribute Delete
463 Bytes
[pytest]
testpaths = .
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
-v
--tb=short
--strict-markers
-p no:warnings
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning
markers =
asyncio: Async test cases
unit: Unit tests
integration: Integration tests
e2e: End-to-end tests
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function