Closed michplunkett closed 1 year ago
https://github.com/lucyparsons/OpenOversight/issues/1027
Reduce lines in the redirect tests using @pytest.mark.parametrize. The coverage stays the same, but the amount of lines use goes dowwwwwwn.
@pytest.mark.parametrize
I also moved the UX-Docs files.
UX-Docs
develop
pytest
pre-commit
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
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.