mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Updated test class name to be unique
This commit is contained in:
parent
02ae1682b5
commit
0e3822d6e0
|
@ -52,7 +52,7 @@ class ShouldValidateModelSerializer(serializers.ModelSerializer):
|
|||
fields = ('renamed',)
|
||||
|
||||
|
||||
class TestPreSaveValidationExclusions(TestCase):
|
||||
class TestPreSaveValidationExclusionsSerializer(TestCase):
|
||||
def test_renamed_fields_are_model_validated(self):
|
||||
"""
|
||||
Ensure fields with 'source' applied do get still get model validation.
|
||||
|
|
Loading…
Reference in New Issue
Block a user