-
Notifications
You must be signed in to change notification settings - Fork 0
Running the Tests
Dane Cross edited this page Oct 6, 2021
·
1 revision
The tests for this library require us to create test data that we can use. Generating the data takes ~300 KB. Below details how to run the tests.
input the following into your terminal
cd /path/to/GROUPy/tests/
chmod +x run_tests
./run_tests
if the tests are successful, there will be no output. If there is output, it will probably be an AssertionError. If this is the case, submit an issue.
You can also run each test individually by running
python test_[].py