Skip to content

ApiFields ​

Every settable component field: read on some path, or refused by name

6/6 passed in 6906ms

TestWhat it doesResult
test_field_coverageEvery field of every dataclass in components.py and impairments.py is probed, spared with a reason, or filed open.✅ pass
test_fields_chargedEvery 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_pathsEvery impairment is probed on the simulated click path as well as on the closed form.✅ pass
test_open_fieldsEvery field filed in OPEN is still dropped.✅ pass
test_probe_aliasesEvery refusal alias names an existing field that some probe refuses.✅ pass
test_spared_fieldsEvery spared field still exists, carries the reason no probe here can speak to it, and is not also probed or filed open.✅ pass