mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
8 lines
172 B
INI
8 lines
172 B
INI
[pytest]
|
|
testpaths = experiments
|
|
python_files = test*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
asyncio_mode = auto
|
|
asyncio_default_fixture_loop_scope = function
|