DDMAL / CantusDB

A new site for Cantus Database running under Django.
https://cantusdatabase.org
MIT License
5 stars 6 forks source link

Break up `test_views.py` so structure matches views directory #1619

Closed dchiller closed 1 month ago

dchiller commented 1 month ago

Splits up our test views from a single file to multiple files to match #1563. Test functionality is unchanged.

I checked that there are still 348 tests found (which is what were found when run on https://github.com/DDMAL/CantusDB/commit/13b6c74cd6b8807da6698c484b09519fbe8656c8).

Also discovered we were using an old, untyped version of the Faker package. Since newer versions are typed and do what we need to do, I upgraded.

Closes #1613.