TestingΒΆ

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

To run our tests, just run:

$ make test