Currently, tests are embarrassingly run with no mocks. All unit tests are actually system tests. This means most of the coverage info is exaggerated. - [ ] Add mocks for each class - [ ] Update tests to use mocks - [ ] Update all `should throw()` tests to test error messages (false positives otherwise) - [ ] Get 100% coverage
Currently, tests are embarrassingly run with no mocks. All unit tests are actually system tests. This means most of the coverage info is exaggerated.
should throw()tests to test error messages (false positives otherwise)