Police-Data-Accessibility-Project / data-sources-app

An API and UI for using and maintaining the Data Sources database
MIT License
4 stars 5 forks source link

Update Integration Tests to Include all possible inputs #490

Open maxachis opened 1 month ago

maxachis commented 1 month ago

Context

Many integration tests do not currently test on all possible inputs -- thus, it's possible that some inputs, when entered in, may produce an error unaccounted for in tests.

While testing every single combination of inputs is likely too exhaustive for our needs, we should at least ensure that each input we offer can successfully be included.

Requirements

Tests

Docs

Open questions