Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup test mocks #96

Open
4 tasks
levithomason opened this issue Jan 3, 2016 · 0 comments
Open
4 tasks

Setup test mocks #96

levithomason opened this issue Jan 3, 2016 · 0 comments

Comments

@levithomason
Copy link
Owner

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant