dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 91 forks source link

Refactor model tests to reduce duplicated code. #119

Closed qris closed 9 years ago

qris commented 9 years ago

Most of the tests for custom user models were just copied and pasted from standard user models, with minor changes. Now all tests are shared between both. There shouldn't be any important difference in what's actually tested.