lucyparsons / OpenOversight

Police oversight and accountability through public data 👮
https://openoversight.com
GNU General Public License v3.0
240 stars 79 forks source link

Refactor redirect tests #1059

Closed michplunkett closed 1 year ago

michplunkett commented 1 year ago

Fixes issue

https://github.com/lucyparsons/OpenOversight/issues/1027

Description of Changes

Reduce lines in the redirect tests using @pytest.mark.parametrize. The coverage stays the same, but the amount of lines use goes dowwwwwwn.

I also moved the UX-Docs files.

Tests and linting