[pytest] testpaths = tests_2.0 python_files = test_*.py python_classes = Test* python_functions = test_* markers = spec: JSON API contract tests (current spec only) wet: Opt-in live tests against Hugging Face (require env) live_push: Alias for wet; push live tests (require env) live_list: Alias for wet; list human live tests (require env) live_clone: Alias for wet; clone live tests (require env, ADR-007 Phase 1) live_run: Opt-in run command tests with real models (require user cache model) live_stop_tokens: Opt-in stop token tests with real models (Issue #32, ADR-009) live_e2e: E2E tests with real models and server (require HF_HOME, ADR-011) show_model_portfolio: Display E2E test portfolio (convenience, no testing) issue27: Real-model health policy tests (opt-in; read-only user cache) slow: Tests that take >1 minute to run filterwarnings = ignore::urllib3.exceptions.NotOpenSSLWarning