mirror of
https://github.com/cloudstack-llc/mlx-knife.git
synced 2026-07-15 12:55:42 -04:00
9261bc0c4e
- Clone Feature (Issue #29): Complete workspace-based workflow with ADR-007 - Pull Preflight (Issue #30): Prevents cache pollution from gated/private repos - Lenient MLX Detection (Issue #31): Framework detection beyond mlx-community - Multi-shard Health (Issue #27): Strict completeness validation - Full JSON API 0.1.4: Complete schema for all 10 commands - Test Suite: 254/254 passed, comprehensive validation See CHANGELOG.md fnd TESTING.md or technical implementation details.
15 lines
577 B
INI
15 lines
577 B
INI
[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)
|
|
issue27: Real-model health policy tests (opt-in; read-only user cache)
|
|
filterwarnings =
|
|
ignore::urllib3.exceptions.NotOpenSSLWarning
|