InsuranceBot / pytest.ini
rohitsar567's picture
recovery: integrate stalled-session work + de-stale/cleanup (pytest 215 green) [build-fix]
b87bd2d
Raw
History Blame Contribute Delete
487 Bytes
[pytest]
# A fresh clone running bare `pytest` must be green and deterministic.
# The real suite lives in tests/. backend/providers/_smoke_test.py is a
# MANUAL provider smoke script (run via `python -m backend.providers._smoke_test`),
# not a pytest suite β€” its `test_*` async fns would otherwise be auto-collected
# and hit the network. Scoping collection to tests/ keeps `pytest` == the
# 215-test gate, with no collection errors on a clean checkout.
testpaths = tests
addopts = -q