DurhamARC / ManyFEWS

The Many Flood Early Warning System
GNU General Public License v3.0
7 stars 3 forks source link

Test coverage could be improved #59

Open alisonrclarke opened 2 years ago

alisonrclarke commented 2 years ago

UI tests are currently minimal. Should ensure we test all cases for errors etc as part of selenium tests.

sjmf commented 1 year ago

Test coverage metrics for Python have been added and merged with the testcoverage branch and have been finalised in commit 1287d96.

We currently have 79% test coverage of Django/server-side code. Thought needs to be given to how we can measure client-side test coverage for the webdriver tests run with selenium.

PR #94 will add further test coverage when merged.