[pytest] # Pytest configuration for AIDA tests # Add AIDA directory to Python path pythonpath = . # Test discovery patterns testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* # Enable asyncio mode for async tests asyncio_mode = auto # Verbose output by default addopts = -v