-
Notifications
You must be signed in to change notification settings - Fork 9
Testing
Marios Papachristou edited this page Jul 28, 2018
·
1 revision
This project uses the pytest
module for running unit tests. You can install pytest
and run the tests via:
sudo pip3 install pytest
cd ./src/
pytest tests.py
The tests are also run on Travis CI which is used for continuous integration in this project. The configuration file for Travis CI is .travis.yml
.
- Getting started
- Algorithms
- Datasets and Continuous Integration
- Documentation
- Development