mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-01 03:45:47 +00:00
8 lines
153 B
INI
8 lines
153 B
INI
[pytest]
|
|
testpaths = tests/backend
|
|
python_files = test_*.py
|
|
python_functions = test_*
|
|
asyncio_mode = auto
|
|
asyncio_default_fixture_loop_scope = function
|
|
|