Changes
Page history
added links to code improvement helpers
authored
Oct 11, 2016
by
joha2
Hide whitespace changes
Inline
Side-by-side
Home.md
View page @
f9d0d68d
...
...
@@ -2,7 +2,12 @@ Welcome to the pyrate wiki!
# Status of pyrate (according to email communication)
## Unittests
Due to the growing complexity of the program we have to write some unittests for every functionality.
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
...
...
...
...