According to the [coverage reports](https://codecov.io/gh/pwmarcz/zeus/tree/master/zeus/views), there are some notable gaps in coverage. Here are some important-looking views: - `auth` - [ ] `voter_login` - [ ] `change_password` - [ ] `oauth2_login` (check if this works at all) - [ ] `jwt_login` (check if this works / get it working) - `election` (see [Scenarios](https://github.com/pwmarcz/zeus/wiki/Scenarios) for some notes on trustees) - [ ] `trustees_list` - [ ] `trustee_send_url` - [ ] `trustee_delete` - [ ] `report` - `poll` - [ ] `voters_list` - [ ] `voters_clear` - [ ] `voters_email` - [ ] `voter_delete` - `site` - [ ] `demo` - `trustee` - [ ] `json_data` Test these views!
According to the coverage reports, there are some notable gaps in coverage. Here are some important-looking views:
authvoter_loginchange_passwordoauth2_login(check if this works at all)jwt_login(check if this works / get it working)election(see Scenarios for some notes on trustees)trustees_listtrustee_send_urltrustee_deletereportpollvoters_listvoters_clearvoters_emailvoter_deletesitedemotrusteejson_dataTest these views!