bcgov / gwells

Groundwater Wells and Aquifers application for the Ministry of Environment

Home Page:https://apps.nrs.gov.bc.ca/gwells/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Tests Part 3.75

LocalNewsTV opened this issue · comments

Describe the task
Using the updated Swagger documentation as reference, add new tests to cover end points not previously covered

Purpose
Since documentation was added to log the routes in ticket #2176, We can start building tests for areas that didn't previously have any tests created (Most were made for API V1, not V2)

Acceptance Criteria

  • New Postman tests created, expanding current scope

Additional context

  • Postman exists outside of the API, and so and there is no code coverage printout versus running tools like Jest and Django-test, which are integrated into the codebases themselves.