mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
9 lines
198 B
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
|