Changes
Page history
added links to code improvement helpers
authored
Oct 11, 2016
by
joha2
Show whitespace changes
Inline
Side-by-side
Home.md
View page @
f9d0d68d
...
...
@@ -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
...
...
...
...