mirror of
https://github.com/django/django.git
synced 2025-08-29 06:54:40 +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:
parent
3eaba13a47
commit
3b3f38b3b0
12 changed files with 161 additions and 23 deletions
|
@ -362,5 +362,7 @@ class CheckFrameworkReservedNamesTests(SimpleTestCase):
|
|||
|
||||
|
||||
class ChecksRunDuringTests(SimpleTestCase):
|
||||
databases = "__all__"
|
||||
|
||||
def test_registered_check_did_run(self):
|
||||
self.assertTrue(my_check.did_run)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue