algorithmic_trading / pytest.ini
Edwin Salguero
Initial commit: Enhanced Algorithmic Trading System with Synthetic Data Generation, Comprehensive Logging, and Extensive Testing
859af74
raw
history blame
444 Bytes
[tool:pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
-v
--tb=short
--strict-markers
--disable-warnings
--cov=agentic_ai_system
--cov-report=term-missing
--cov-report=html:htmlcov
--cov-report=xml
markers =
unit: Unit tests
integration: Integration tests
slow: Slow running tests
synthetic: Tests involving synthetic data generation