mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 17:00:23 +00:00
Updates all tests that assert on status --json output to read from PFResult envelope.
Code was intentionally changed in Phase 57 to wrap JSON output in PFResult {ok, command, version, data, error}. Tests must validate the new contract shape, not the old flat dict format.
|
||
|---|---|---|
| .. | ||
| snapshots/test_json_contracts/test_status_json_snapshot_regression/status_json | ||
| __init__.py | ||
| conftest.py | ||
| test_contract_helpers.py | ||
| test_error_codes.py | ||
| test_json_contracts.py | ||
| test_text_contracts.py | ||