atropos/pytest.ini
2025-04-29 12:10:10 -07:00

7 lines
178 B
INI

[pytest]
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
python_files = test_*.py
python_classes = Test*
python_functions = test_*
testpaths = atroposlib/tests