Files
PHANTOM/experiments/pytest.ini

9 lines
198 B
INI

[pytest]
pythonpath = .
testpaths = procesing/tests agents
python_files = test*.py
python_classes = Test*
python_functions = test_*
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function