Local changes: Updated model training, removed debug instrumentation, and configuration improvements
This commit is contained in:
23
pytest.ini
Normal file
23
pytest.ini
Normal file
@@ -0,0 +1,23 @@
|
||||
[pytest]
|
||||
testpaths = tests
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
addopts =
|
||||
-v
|
||||
--strict-markers
|
||||
--tb=short
|
||||
--cov=src
|
||||
--cov-report=term-missing
|
||||
--cov-report=html
|
||||
--cov-report=xml
|
||||
--cov-fail-under=95
|
||||
asyncio_mode = auto
|
||||
markers =
|
||||
unit: Unit tests
|
||||
integration: Integration tests
|
||||
e2e: End-to-end tests
|
||||
slow: Slow running tests
|
||||
requires_api: Tests requiring API access
|
||||
requires_db: Tests requiring database
|
||||
|
||||
Reference in New Issue
Block a user