summaryrefslogtreecommitdiff
path: root/tests/check_framework
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2022-02-12 20:40:12 +0000
committerCarlton Gibson <carlton@noumenal.es>2022-03-15 16:23:55 +0100
commit3b3f38b3b09b0f2373e51406ecb8c9c45d36aebc (patch)
tree8ab2c436451318223606470fcdc23b6dc690da20 /tests/check_framework
parent3eaba13a476c14b75429ba34180184b81997b33a (diff)
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>
Diffstat (limited to 'tests/check_framework')
-rw-r--r--tests/check_framework/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check_framework/tests.py b/tests/check_framework/tests.py
index 4c09c757b4..d064a7c403 100644
--- a/tests/check_framework/tests.py
+++ b/tests/check_framework/tests.py
@@ -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)