mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed flake8 warnings introduced in recent commits.
This commit is contained in:
parent
0e45669fa9
commit
79f05616fb
5 changed files with 11 additions and 14 deletions
|
@ -105,7 +105,6 @@ class DiscoverRunnerTest(TestCase):
|
|||
|
||||
def test_testcase_ordering(self):
|
||||
suite = DiscoverRunner().build_suite(["test_discovery_sample/"])
|
||||
tc_names = [case.__class__.__name__ for case in suite._tests]
|
||||
self.assertEqual(
|
||||
suite._tests[0].__class__.__name__,
|
||||
'TestDjangoTestCase',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue