P1-12 — Write the test suite.
- Write the pytest suite.
conftest.py builds synthetic .nc fixtures in code (good, missing-var, wrong-dtype, wrong-shape, extra-var, missing-units) so no binaries are committed.
- Cover the reader, both validators, the rules, the parser round-trip, the CLI, and the drift checks.
AC:
pytest is green.
- Each red path asserts its specific message.
P1-12 — Write the test suite.
conftest.pybuilds synthetic.ncfixtures in code (good, missing-var, wrong-dtype, wrong-shape, extra-var, missing-units) so no binaries are committed.AC:
pytestis green.