Add tests to project
jhartwell opened this issue · 4 comments
jhartwell commented
Currently there are no tests and that is a problem as we are relying on contributors to set up their database and test. Now, connecting to a database is going to be difficult to test as well as the query but the output is easy to test using mocks.
sashman commented
@jhartwell I can give you a hand with this if you don't mind?
jhartwell commented
@sashman knock yourself out. It would be nice to have several SQL files that will allow somebody to easily populate the database with the test data in order to run the test suite
sashman commented
@jhartwell any thoughts on #107 ?