Skip to content

St 538: Create more unit tests for the sensor tracker

Benjamin Farquhar requested to merge ST-538 into ST-530

The goal of this branch is to improve the robustness of the sensor tracker's test base. This branch adds tests to the calibration module, specifically for the model forms, and the validators in the module. These tests utilize the new testing principles learned from studying popular Django code bases.

Merge request reports