test: add pytest.ini for easier test running
- Set testpaths = tests - Set pythonpath = . (no need for PYTHONPATH=. prefix) - Set asyncio_default_fixture_loop_scope = function
This commit is contained in:
4
pytest.ini
Normal file
4
pytest.ini
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[pytest]
|
||||||
|
testpaths = tests
|
||||||
|
pythonpath = .
|
||||||
|
asyncio_default_fixture_loop_scope = function
|
||||||
Reference in New Issue
Block a user