Kansho/backend/pytest.ini
Lars 9d79e3e92f
Some checks failed
Deploy Development / deploy (push) Successful in 51s
Test Suite / pytest-backend (push) Failing after 2m32s
Test Suite / smoke-dev (push) Successful in 0s
Test Suite / frontend-build (push) Successful in 15s
Run backend tests with pytest after Dev deploy.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-07 14:47:04 +02:00

13 lines
521 B
INI

[pytest]
testpaths = tests
# Default python collector is disabled; tests/conftest.py collects each
# test_*.py as one case via main(). That keeps the existing scripts until
# they are split into native pytest functions.
python_files = __pytest_default_collector_disabled__.py
python_functions = test_*
addopts = -ra --tb=short
markers =
unit: no Postgres; safe on Windows SQLite checkouts
integration: API/store tests on kansho_test (never kansho_dev)
slow: long-running; omitted in the default Gitea command