File size: 206 Bytes
a172898
 
 
 
 
 
 
1
2
3
4
5
6
7
8
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["backend/tests"]
python_files = "test_*.py"
python_classes = "Test*"
python_functions = "test_*"
asyncio_default_fixture_loop_scope = "function"