mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #32641 -- Made DiscoverRunner's "Found X tests" message work for finding one test.
This also removes passing level to log() as logging.INFO is the default.
This commit is contained in:
parent
ec2727efef
commit
1b4d1675b2
2 changed files with 2 additions and 2 deletions
|
@ -306,7 +306,7 @@ class DiscoverRunnerTests(SimpleTestCase):
|
|||
'test_runner_apps.sample.tests_sample.TestDjangoTestCase',
|
||||
'test_runner_apps.simple',
|
||||
])
|
||||
self.assertIn('Found 14 tests.\n', stdout.getvalue())
|
||||
self.assertIn('Found 14 test(s).\n', stdout.getvalue())
|
||||
|
||||
def test_pdb_with_parallel(self):
|
||||
msg = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue