Development#
Developer notes#
DEVELOP.rstcontains developer workflow notes for buildout setups.FORM_DATA_VALIDATION.mdandFORM_DATA_VALIDATION_IMPLEMENTATION.mddocument validation goals and implementation details.data-validation/README.mddocuments the validator CLI and build targets.
Testing#
Python tests are executed with
pytest.The data-validation CLI includes its own pytest suite under
data-validation/tests.