health-assistant / pytest.ini
yuting111222's picture
Add Health Assistant AI project with AI food analyzer and complete backend/frontend
89b8989
[pytest]
python_files = test_*.py
testpaths = tests
pythonpath = . backend
addopts = -v --cov=backend --cov-report=term-missing
env =
LOAD_MODELS=false