TestingΒΆ

We use pytest to run our tests. Our tests are all located in the test directory in the repo, and are meant to be run after installing Bootleg locally.

To run our tests, just run:

$ make test