Spaces:
Running
Running
File size: 156 Bytes
89b8989 |
1 2 3 4 5 6 7 8 |
[pytest]
python_files = test_*.py
testpaths = tests
pythonpath = . backend
addopts = -v --cov=backend --cov-report=term-missing
env =
LOAD_MODELS=false
|