kanban-app/backend/pytest.ini

19 lines
425 B
INI
Raw Permalink Normal View History

2026-02-24 14:36:31 +00:00
[pytest]
python_files = test_*.py
python_classes = Test*
python_functions = test_*
testpaths = tests
addopts =
-v
--strict-markers
--tb=short
--cov=app
--cov-report=term-missing
--cov-report=html
markers =
slow: Tests that are slow to run
integration: Integration tests
unit: Unit tests
auth: Authentication tests
product: Product-related tests
order: Order-related tests