[pytest] # pytest configuration for AITBC - DEPRECATED # Use pyproject.toml [tool.pytest.ini_options] as single source of truth # This file kept for backward compatibility with older workflows # Custom markers markers = unit: Unit tests (fast, isolated) integration: Integration tests (may require external services) slow: Slow running tests