dograh/api/pytest.ini

12 lines
330 B
INI
Raw Normal View History

2025-09-09 14:37:32 +05:30
[pytest]
asyncio_mode = auto
asyncio_default_fixture_loop_scope = session
asyncio_default_test_loop_scope = session
testpaths = tests
2025-09-09 14:37:32 +05:30
python_files = test_*.py *_test.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short -s
markers =
asyncio: mark test as an async test
slow: mark test as slow running