Kein --cov-fail-under noch gesetzt, erst Baseline auf 137 ermitteln. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015Ahyx6D3r7G1EuAc42nezn
9 lines
231 B
INI
9 lines
231 B
INI
[pytest]
|
|
asyncio_mode = auto
|
|
asyncio_default_fixture_loop_scope = session
|
|
asyncio_default_test_loop_scope = session
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
python_functions = test_*
|
|
addopts = --cov=app --cov-report=term-missing
|