added links to code improvement helpers authored by joha2's avatar joha2
......@@ -3,6 +3,11 @@ Welcome to the pyrate wiki!
## Unittests
Due to the growing complexity of the program we have to write some unittests for every functionality.
Use the following external helper sites to assist improvement of the code
* [Travis -- checks build and test passing of code](https://travis-ci.org/)
* [landscape -- checks code "health" via some metrics](https://landscape.io/)
* [codecov -- checks how much of code is covered by unittests](https://codecov.io/)
Status: None
......
......