mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed E124 pep8 warnings.
This commit is contained in:
parent
0873200e7f
commit
a2814846ca
45 changed files with 371 additions and 262 deletions
|
@ -56,9 +56,7 @@ class AssertNumQueriesTests(TestCase):
|
|||
def test_func():
|
||||
raise ValueError
|
||||
|
||||
self.assertRaises(ValueError,
|
||||
self.assertNumQueries, 2, test_func
|
||||
)
|
||||
self.assertRaises(ValueError, self.assertNumQueries, 2, test_func)
|
||||
|
||||
def test_assert_num_queries_with_client(self):
|
||||
person = Person.objects.create(name='test')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue