[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