mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670.
This commit is contained in:
parent
c0d8932a6d
commit
9012833af8
79 changed files with 959 additions and 1019 deletions
|
|
@ -8,12 +8,6 @@ from . import ValidationTestCase
|
|||
from .models import (Author, Article, ModelToValidate,
|
||||
GenericIPAddressTestModel, GenericIPAddrUnpackUniqueTest)
|
||||
|
||||
# Import other tests for this package.
|
||||
from .test_custom_messages import CustomMessagesTest
|
||||
from .test_error_messages import ValidationMessagesTest
|
||||
from .test_unique import GetUniqueCheckTests, PerformUniqueChecksTest
|
||||
from .test_validators import TestModelsWithValidators
|
||||
|
||||
|
||||
class BaseModelValidationTests(ValidationTestCase):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue