-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more automated tests #235
Comments
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. |
see next comment.
The text was updated successfully, but these errors were encountered: