Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 597 Bytes

tests.rst

File metadata and controls

21 lines (15 loc) · 597 Bytes

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 Fonduer locally.

You need PostgreSQL running locally with trust authentication enabled. You'll also need to download the external test data:

$ cd tests/
$ ./download_data.sh
$ cd ..

Then, you'll be able to run our tests:

$ make test