Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 372 Bytes

File metadata and controls

11 lines (8 loc) · 372 Bytes

Contributing

The JSON Schema files are the canonical contract. Keep the Python types, documentation, and tests aligned with any schema change. Add fixtures for new behaviour and run the complete test suite before submitting a change:

PYTHONPATH=src python -m unittest discover -s tests -v

Never include real patient data; all test data must be synthetic.