Background on the problem the feature will solve/improved user experience
We currently run coverage in the python build action on commits and PRs. We need to add tests that test the solution endpoints so code is not added that breaks the endpoints. See issue #131 as example.
Also related to #31
Describe the solution you'd like
All the endpoints are tested for 200 return code in tests.
Background on the problem the feature will solve/improved user experience
We currently run coverage in the python build action on commits and PRs. We need to add tests that test the solution endpoints so code is not added that breaks the endpoints. See issue #131 as example.
Also related to #31
Describe the solution you'd like
All the endpoints are tested for 200 return code in tests.
Tasks
/search
/locations
/impacts
/users/register
/users/login
Acceptance Criteria
All end points are tested by Django tests