Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 218 Bytes

tests.md

File metadata and controls

9 lines (6 loc) · 218 Bytes

Tests

I have used a mix of unit and functional tests so you need to have sqlite installed in order for the tests to run successfully as the suite creates an in-memory database.

To run tests:

make test