Motivation: Builds and deployments sometimes fail with untested code (there's no unit tests for this API-Tester yet)
Action:
- Begin writing some reasonable unit tests
- Encourage more to be written as part of development where reasonable
See Django testing
Motivation: Builds and deployments sometimes fail with untested code (there's no unit tests for this API-Tester yet)
Action:
See Django testing