ChrisNeedham24/microcosm

Add tests

ChrisNeedham24 opened this issue · 4 comments

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.

Will need to update contribution guidelines and other doco once this is in.

Also add to CI

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.

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.