github.com/resonatecoop/id@v1.1.0-43/docs/tests.md (about)

     1  ## Tests
     2  
     3  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.
     4  
     5  To run tests:
     6  
     7  ```sh
     8  make test
     9  ```