Files
PHANTOM/pytest.ini

9 lines
197 B
INI

[pytest]
pythonpath = experiments
testpaths = experiments
python_files = test*.py
python_classes = Test*
python_functions = test_*
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function