Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add error messages (#30) | 2018-02-28 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add error messages Signed-off-by: JoeBanks13 <[email protected]> * Remove un-used keyword arg from 404 * Assert for status code instead of full content * PEP8 * test lint * please coverage * oh * Exclude websockets.py from coverage * Move code output into terminal * Switch typewriter href protocol * Add tests for websockets.py * Abort previous commit, coveralls did not let coverage go down * Add more pauses and request => response * move css and js out, add typewriter JS to our own repo & add method for appending text in bulk. * Enable REPL on 4XX and change error descriptions * commas * /error path | |||
* | brings coverage to 90% (#24) | 2018-02-26 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||
* | typo in a comment was driving me nuts. | 2018-02-18 | -1/+1 | |
| | ||||
* | Rename "Websocket" to "WS" to avoid confusion with the gevents-websocket ↵ | 2018-02-18 | -1/+1 | |
| | | | | WebSocket class | |||
* | Integrate websockets into the Flask webapp | 2018-02-17 | -0/+63 | |