Running Tests

Running Tests#

Unit tests have been written for the majority of the functionality of PATATO. To rerun the tests, run the following in the command line:

git clone https://github.com/BohndiekLab/patato
cd patato

Install PATATO: pip install -e . (requires build tools) OR pip install patato (doesn’t require compiler tools).

This will output ok for each successful test. Note some of the tests will not run without a GPU, decreasing the coverage.