revsys / django-test-plus

Useful additions to Django's default TestCase
https://django-test-plus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
612 stars 62 forks source link

🚜 Adds DRF to Matrix #168

Closed jefftriplett closed 3 years ago

jefftriplett commented 3 years ago

Previously, we explicitly tested having DRF installed and not installed. I removed this from #167 because it I wasn't happy with how much longer it took to run tests.