Add tests
ChrisNeedham24 opened this issue · 4 comments
ChrisNeedham24 commented
For all non-display code, it would be good to have some level of testing. Particularly for when refactors occur, as sometimes it's hard to verify the changes.
ChrisNeedham24 commented
Will need to update contribution guidelines and other doco once this is in.
ChrisNeedham24 commented
Also add to CI
ChrisNeedham24 commented
Now adding a coverage module to this too, which will need to go into the CI. The fail threshold can be determined once all the tests are done.
ChrisNeedham24 commented
Before this gets merged, all of the test models that are currently being reset in the setUp methods should probably just be being defined in there.