unit test status authored by joha2's avatar joha2
......@@ -30,11 +30,11 @@ to get
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/)
* [x] [Travis -- checks build and test passing of code](https://travis-ci.org/)
* [ ] [landscape -- checks code "health" via some metrics](https://landscape.io/)
* [x] [codecov -- checks how much of code is covered by unittests](https://codecov.io/)
Status: None
Status: Travis CI, appveyor CI, Codecoverage available (Thanks @theinze!). Unit tests and smoke tests to be implemented.
Goal:
* Develop unittests
......
......