diff options
author | 2018-02-26 11:41:08 +0100 | |
---|---|---|
committer | 2018-02-26 10:41:08 +0000 | |
commit | 8519c63143d00a4e3ad857d8ff2fc9813966510e (patch) | |
tree | c125a034be86e6d4040a7694751f1b1aacdeec31 /.coveragerc | |
parent | New banner! (diff) |
brings coverage to 90% (#24)
* 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
Diffstat (limited to '.coveragerc')
-rw-r--r-- | .coveragerc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc index 630326b5..58b972ee 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,2 +1,2 @@ [run] -omit = /usr/*, gunicorn_config.py, deploy.py, app_test.py, app.py +omit = /usr/*, gunicorn_config.py, deploy.py, app_test.py, app.py, pysite/views/*__init__.py, pysite/route_manager.py |