rackham-meeting-analyzer/backend/pytest.ini
2025-11-03 08:15:51 -06:00

14 lines
384 B
INI

[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
-v
--strict-markers
--tb=short
--disable-warnings
markers =
integration: Integration tests that require database (deselect with '-m "not integration"')
smoke: Smoke tests for basic functionality
unit: Unit tests (fast, no external dependencies)