mirror of
https://github.com/django/django.git
synced 2025-10-28 16:16:12 +00:00
Fixed #31169 -- Adapted the parallel test runner to use spawn.
Co-authored-by: Valz <ahmadahussein0@gmail.com> Co-authored-by: Nick Pope <nick@nickpope.me.uk>
This commit is contained in:
committed by
Carlton Gibson
parent
3eaba13a47
commit
3b3f38b3b0
@@ -70,6 +70,8 @@ class SessionMiddlewareSubclass(SessionMiddleware):
|
||||
],
|
||||
)
|
||||
class SystemChecksTestCase(SimpleTestCase):
|
||||
databases = "__all__"
|
||||
|
||||
def test_checks_are_performed(self):
|
||||
admin.site.register(Song, MyAdmin)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user