ApiFields
Every settable component field: read on some path, or refused by name
6/6 passed in 6906ms
| Test | What it does | Result |
|---|---|---|
test_field_coverage | Every field of every dataclass in components.py and impairments.py is probed, spared with a reason, or filed open. | ✅ pass |
test_fields_charged | Every probed field outside the filed ones changes what its path reports, or is refused by a message naming it or its component. | ✅ pass |
test_impairment_paths | Every impairment is probed on the simulated click path as well as on the closed form. | ✅ pass |
test_open_fields | Every field filed in OPEN is still dropped. | ✅ pass |
test_probe_aliases | Every refusal alias names an existing field that some probe refuses. | ✅ pass |
test_spared_fields | Every spared field still exists, carries the reason no probe here can speak to it, and is not also probed or filed open. | ✅ pass |