diff options
| author | Preston Timmons <prestontimmons@gmail.com> | 2013-04-06 14:01:32 -0500 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2013-04-12 15:33:22 -0600 |
| commit | e8446be5600a8f5022e82541df432268ae5f737d (patch) | |
| tree | 071a6cb15b349c07146e01d8bec7c98668fe8bc0 /tests/validation/tests.py | |
| parent | 612ef3e5c9ba172868d22d93be64a340b7742fc6 (diff) | |
Modified validation to work with unittest2 discovery.
Diffstat (limited to 'tests/validation/tests.py')
| -rw-r--r-- | tests/validation/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/tests.py b/tests/validation/tests.py index ed9ca96bc6..ead1b57981 100644 --- a/tests/validation/tests.py +++ b/tests/validation/tests.py @@ -12,7 +12,7 @@ from .models import (Author, Article, ModelToValidate, from .test_custom_messages import CustomMessagesTest from .test_error_messages import ValidationMessagesTest from .test_unique import GetUniqueCheckTests, PerformUniqueChecksTest -from .validators import TestModelsWithValidators +from .test_validators import TestModelsWithValidators class BaseModelValidationTests(ValidationTestCase): |
