- Set testpaths = tests - Set pythonpath = . (no need for PYTHONPATH=. prefix) - Set asyncio_default_fixture_loop_scope = function
5 lines
88 B
INI
5 lines
88 B
INI
[pytest]
|
|
testpaths = tests
|
|
pythonpath = .
|
|
asyncio_default_fixture_loop_scope = function
|