Skip to content

Commit

Permalink
Modified validation to work with unittest2 discovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
prestontimmons authored and carljm committed Apr 12, 2013
1 parent 612ef3e commit e8446be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/validation/tests.py
Expand Up @@ -12,7 +12,7 @@
from .test_custom_messages import CustomMessagesTest from .test_custom_messages import CustomMessagesTest
from .test_error_messages import ValidationMessagesTest from .test_error_messages import ValidationMessagesTest
from .test_unique import GetUniqueCheckTests, PerformUniqueChecksTest from .test_unique import GetUniqueCheckTests, PerformUniqueChecksTest
from .validators import TestModelsWithValidators from .test_validators import TestModelsWithValidators




class BaseModelValidationTests(ValidationTestCase): class BaseModelValidationTests(ValidationTestCase):
Expand Down

0 comments on commit e8446be

Please sign in to comment.