7 lines
156 B
INI
7 lines
156 B
INI
[pytest]
|
|
testpaths = tests
|
|
python_files = conftest.py test_*.py
|
|
pythonpath = /root/cma-management/backend
|
|
asyncio_mode = auto
|
|
addopts = -p no:cacheprovider
|