aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc (follow)
Commit message (Collapse)AuthorAgeLines
* brings coverage to 90% (#24)Gravatar Christopher Baklid2018-02-26-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * brings coverage to 75% * satisfy flake8 * missing docstring added * one more test * artificially inflate coverage because python acts strange * testing decorators * fixed instantiation of test route * straggling newlines from debugging code * remove debug comments * restructure tests into logical class separations. more exlusions. more tests * testing websocket echo tests * added missing comment * convert single quotes to double quotes to satisfy docstrings
* adds initial unit testing (#22)Gravatar Christopher Baklid2018-02-20-0/+2
* Adds Unit Testing * Adds coveralls coverage badge