Metron-Project / metron

Django website for a comic book database
https://metron.cloud/
GNU General Public License v3.0
90 stars 7 forks source link

Migrate tests from Unittest to Pytest #75

Closed bpepple closed 2 years ago

bpepple commented 3 years ago

Is your feature request related to a problem?. It would be nice to migrate the test over to pytest-django to get rid of most of the boilerplate code

Additional context Not 100% sure if it's worth it for the time to do, but worth giving a look to see what would be involved.

Anyway, here's a link to the documentation: pytest-django