bepasty-server
bepasty-server copied to clipboard
more automated tests
see next comment.
what we are missing would be test_web_server.py like test_rest_sever.py, to test web api instead of REST api. with it, i guess coverage would be nearly 100%.
and for UI test, improve test_website.py. (<= possible to run in travis ci?)
yes, that would be good.
otoh, usability and style issues can't be found by automated tests, one still needs to look at stuff and actually use it, so that part will stay for manual testing.