HNTAI / pytest.ini
sachinchandrankallar's picture
Introduce AI medical extraction service with new API, agents, comprehensive testing, and documentation, while reorganizing existing scripts.
d7f1bb5
Raw
History Blame
552 Bytes
[pytest]
# Pytest configuration for HNTAI project
# Test discovery patterns
python_files = test_*.py
python_classes = Test*
python_functions = test_*
# Timeout configuration
# Install with: pip install pytest-timeout
timeout = 300
timeout_method = thread
# Asyncio configuration
asyncio_mode = auto
# Output configuration
addopts =
-v
--tb=short
--strict-markers
--disable-warnings
# Markers
markers =
timeout: mark test with custom timeout
skipif: skip test based on condition
deepeval: DeepEval LLM evaluation tests