Sfoglia il codice sorgente

Fixed #21268 -- Fixed E303 pep8 warnings

Alasdair Nicol 11 anni fa
parent
commit
bab9123daa
53 ha cambiato i file con 2 aggiunte e 87 eliminazioni
  1. 0 1
      django/contrib/admin/templatetags/admin_list.py
  2. 0 1
      django/contrib/auth/tests/test_auth_backends.py
  3. 0 1
      django/contrib/auth/tests/test_views.py
  4. 0 1
      django/contrib/contenttypes/tests.py
  5. 0 1
      django/contrib/formtools/preview.py
  6. 0 1
      django/contrib/formtools/tests/tests.py
  7. 0 1
      django/contrib/gis/geos/tests/test_mutable_list.py
  8. 0 1
      django/contrib/gis/tests/test_measure.py
  9. 0 1
      django/contrib/sessions/tests.py
  10. 0 1
      django/contrib/sitemaps/tests/test_http.py
  11. 0 1
      django/core/handlers/base.py
  12. 0 1
      django/core/urlresolvers.py
  13. 0 1
      django/forms/models.py
  14. 0 1
      django/test/runner.py
  15. 0 6
      django/utils/six.py
  16. 1 1
      setup.cfg
  17. 0 1
      tests/admin_changelist/tests.py
  18. 0 1
      tests/admin_inlines/tests.py
  19. 0 1
      tests/admin_scripts/management/commands/noargs_command.py
  20. 0 2
      tests/admin_validation/tests.py
  21. 0 1
      tests/admin_widgets/tests.py
  22. 0 5
      tests/app_loading/tests.py
  23. 0 2
      tests/cache/tests.py
  24. 0 1
      tests/custom_managers/tests.py
  25. 0 2
      tests/defaultfilters/tests.py
  26. 0 4
      tests/delete_regress/tests.py
  27. 0 1
      tests/files/tests.py
  28. 0 1
      tests/fixtures_model_package/tests.py
  29. 0 1
      tests/fixtures_regress/tests.py
  30. 0 1
      tests/forms_tests/tests/test_extra.py
  31. 0 4
      tests/forms_tests/tests/test_fields.py
  32. 0 1
      tests/forms_tests/tests/test_forms.py
  33. 0 2
      tests/forms_tests/tests/test_formsets.py
  34. 0 1
      tests/generic_relations/tests.py
  35. 0 1
      tests/generic_views/test_dates.py
  36. 0 1
      tests/generic_views/test_edit.py
  37. 0 1
      tests/http_utils/tests.py
  38. 0 1
      tests/i18n/tests.py
  39. 0 2
      tests/m2m_through/tests.py
  40. 0 1
      tests/middleware/tests.py
  41. 0 4
      tests/model_forms/tests.py
  42. 0 1
      tests/model_forms_regress/tests.py
  43. 0 5
      tests/multiple_database/tests.py
  44. 0 5
      tests/nested_foreign_keys/tests.py
  45. 0 1
      tests/or_lookups/tests.py
  46. 0 1
      tests/prefetch_related/tests.py
  47. 0 1
      tests/queries/tests.py
  48. 0 1
      tests/requests/tests.py
  49. 0 1
      tests/select_related_regress/tests.py
  50. 0 1
      tests/template_tests/test_response.py
  51. 1 2
      tests/template_tests/tests.py
  52. 0 1
      tests/transactions/tests.py
  53. 0 3
      tests/wsgi/tests.py

+ 0 - 1
django/contrib/admin/templatetags/admin_list.py

@@ -155,7 +155,6 @@ def result_headers(cl):
         if i not in ordering_field_columns:
             o_list_primary.insert(0, make_qs_param(new_order_type, i))
 
-
         yield {
             "text": text,
             "sortable": True,

+ 0 - 1
django/contrib/auth/tests/test_auth_backends.py

@@ -236,7 +236,6 @@ class CustomUserModelBackendAuthenticateTest(TestCase):
         self.assertEqual(test_user, authenticated_user)
 
 
-
 class TestObj(object):
     pass
 

+ 0 - 1
django/contrib/auth/tests/test_views.py

@@ -198,7 +198,6 @@ class PasswordResetTest(AuthViewsTestCase):
             self.assertEqual(len(mail.outbox), 0)
             self.assertEqual(len(logger_calls), 1)
 
-
     def _test_confirm_start(self):
         # Start by creating the email
         self.client.post('/password_reset/', {'email': 'staffmember@example.com'})

+ 0 - 1
django/contrib/contenttypes/tests.py

@@ -203,7 +203,6 @@ class ContentTypesTests(TestCase):
             DeferredProxyModel: proxy_model_ct,
         })
 
-
     @override_settings(ALLOWED_HOSTS=['example.com'])
     def test_shortcut_view(self):
         """

+ 0 - 1
django/contrib/formtools/preview.py

@@ -101,7 +101,6 @@ class FormPreview(object):
         "Context for template rendering."
         return {'form': form, 'stage_field': self.unused_name('stage'), 'state': self.state}
 
-
     def parse_params(self, *args, **kwargs):
         """
         Given captured args and kwargs from the URLconf, saves something in

+ 0 - 1
django/contrib/formtools/tests/tests.py

@@ -139,7 +139,6 @@ class PreviewTests(TestCase):
         response = self.client.post('/preview/', self.test_data)
         self.assertEqual(response.content, success_string_encoded)
 
-
     def test_form_submit_bad_hash(self):
         """
         Test contrib.formtools.preview form submittal does not proceed

+ 0 - 1
django/contrib/gis/geos/tests/test_mutable_list.py

@@ -145,7 +145,6 @@ class ListMixinTest(unittest.TestCase):
                 pl[::k] = ssl
                 self.assertEqual(pl, ul[:], 'set slice [::%d]' % (k))
 
-
     def test03_delslice(self):
         'Delete slice'
         for Len in range(self.limit):

+ 0 - 1
django/contrib/gis/tests/test_measure.py

@@ -32,7 +32,6 @@ class DistanceTest(unittest.TestCase):
             self.assertEqual(d.m, 1.0)
             self.assertEqual(d.mm, 1000.0)
 
-
     def testInitInvalid(self):
         "Testing initialisation from invalid units"
         self.assertRaises(AttributeError, D, banana=100)

+ 0 - 1
django/contrib/sessions/tests.py

@@ -284,7 +284,6 @@ class SessionTestsMixin(object):
             self.assertEqual(len(calls), 1)
             self.assertTrue('corrupted' in calls[0])
 
-
     def test_actual_expiry(self):
         # this doesn't work with JSONSerializer (serializing timedelta)
         with override_settings(SESSION_SERIALIZER='django.contrib.sessions.serializers.PickleSerializer'):

+ 0 - 1
django/contrib/sitemaps/tests/test_http.py

@@ -42,7 +42,6 @@ class HTTPSitemapTests(SitemapTestsBase):
 """ % self.base_url
         self.assertXMLEqual(response.content.decode('utf-8'), expected_content)
 
-
     def test_simple_sitemap_section(self):
         "A simple sitemap section can be rendered"
         response = self.client.get('/simple/sitemap-simple.xml')

+ 0 - 1
django/core/handlers/base.py

@@ -30,7 +30,6 @@ class BaseHandler(object):
     def __init__(self):
         self._request_middleware = self._view_middleware = self._template_response_middleware = self._response_middleware = self._exception_middleware = None
 
-
     def load_middleware(self):
         """
         Populate middleware lists from settings.MIDDLEWARE_CLASSES.

+ 0 - 1
django/core/urlresolvers.py

@@ -156,7 +156,6 @@ class LocaleRegexProvider(object):
         self._regex = regex
         self._regex_dict = {}
 
-
     @property
     def regex(self):
         """

+ 0 - 1
django/forms/models.py

@@ -840,7 +840,6 @@ class BaseInlineFormSet(BaseModelFormSet):
             return 0
         return super(BaseInlineFormSet, self).initial_form_count()
 
-
     def _construct_form(self, i, **kwargs):
         form = super(BaseInlineFormSet, self)._construct_form(i, **kwargs)
         if self.save_as_new:

+ 0 - 1
django/test/runner.py

@@ -89,7 +89,6 @@ class DiscoverRunner(object):
                     break
                 kwargs['top_level_dir'] = top_level
 
-
             if not (tests and tests.countTestCases()):
                 # if no tests found, it's probably a package; try discovery
                 tests = self.test_loader.discover(start_dir=label, **kwargs)

+ 0 - 6
django/utils/six.py

@@ -130,7 +130,6 @@ class MovedAttribute(_LazyDescr):
         return getattr(module, self.attr)
 
 
-
 class _MovedItems(types.ModuleType):
     """Lazy loading of moved objects"""
 
@@ -198,7 +197,6 @@ del attr
 moves = sys.modules[__name__ + ".moves"] = _MovedItems(__name__ + ".moves")
 
 
-
 class Module_six_moves_urllib_parse(types.ModuleType):
     """Lazy loading of moved objects in six.moves.urllib_parse"""
 
@@ -484,13 +482,11 @@ if PY3:
     import builtins
     exec_ = getattr(builtins, "exec")
 
-
     def reraise(tp, value, tb=None):
         if value.__traceback__ is not tb:
             raise value.with_traceback(tb)
         raise value
 
-
     print_ = getattr(builtins, "print")
     del builtins
 
@@ -507,12 +503,10 @@ else:
             _locs_ = _globs_
         exec("""exec _code_ in _globs_, _locs_""")
 
-
     exec_("""def reraise(tp, value, tb=None):
     raise tp, value, tb
 """)
 
-
     def print_(*args, **kwargs):
         """The new-style print function."""
         fp = kwargs.pop("file", sys.stdout)

+ 1 - 1
setup.cfg

@@ -4,7 +4,7 @@ install-script = scripts/rpm-install.sh
 
 [flake8]
 exclude=./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./tests/comment_tests/*,./django/test/_doctest.py
-ignore=E123,E124,E125,E126,E127,E128,E225,E226,E241,E251,E302,E501,E203,E221,E227,E231,E261,E301,E303,F401,F403,F841,W601
+ignore=E123,E124,E125,E126,E127,E128,E225,E226,E241,E251,E302,E501,E203,E221,E227,E231,E261,E301,F401,F403,F841,W601
 
 [metadata]
 license-file = LICENSE

+ 0 - 1
tests/admin_changelist/tests.py

@@ -73,7 +73,6 @@ class ChangeListTests(TestCase):
                         ia.list_max_show_all, ia.list_editable, ia)
         self.assertEqual(cl.queryset.query.select_related, False)
 
-
     def test_result_list_empty_changelist_value(self):
         """
         Regression test for #14982: EMPTY_CHANGELIST_VALUE should be honored

+ 0 - 1
tests/admin_inlines/tests.py

@@ -513,7 +513,6 @@ class TestInlinePermissions(TestCase):
                             'value="%i" name="inner2_set-0-id" />' % self.inner2_id, html=True)
         self.assertContains(response, 'id="id_inner2_set-0-DELETE"')
 
-
     def test_inline_change_fk_all_perms(self):
         permission = Permission.objects.get(codename='add_inner2', content_type=self.inner_ct)
         self.user.user_permissions.add(permission)

+ 0 - 1
tests/admin_scripts/management/commands/noargs_command.py

@@ -5,6 +5,5 @@ class Command(NoArgsCommand):
     help = "Test No-args commands"
     requires_model_validation = False
 
-
     def handle_noargs(self, **options):
         print('EXECUTE:NoArgsCommand options=%s' % sorted(options.items()))

+ 0 - 2
tests/admin_validation/tests.py

@@ -131,7 +131,6 @@ class ValidationTestCase(TestCase):
             inlines = [TwoAlbumFKAndAnEInline]
         MyAdmin.validate(Album)
 
-
     def test_inline_self_validation(self):
         class TwoAlbumFKAndAnEInline(admin.TabularInline):
             model = TwoAlbumFKAndAnE
@@ -296,7 +295,6 @@ class ValidationTestCase(TestCase):
                 model = Song
                 fields = '__all__'
 
-
         class FieldsOnFormOnlyAdmin(admin.ModelAdmin):
             form = SongForm
             fields = ['extra_data', 'title']

+ 0 - 1
tests/admin_widgets/tests.py

@@ -860,7 +860,6 @@ class HorizontalVerticalFilterSeleniumFirefoxTests(AdminSeleniumWebDriverTestCas
         self.selenium.get(
             '%s%s' % (self.live_server_url, '/admin_widgets/school/%s/' % self.school.id))
 
-
         for field_name in ['students', 'alumni']:
             from_box = '#id_%s_from' % field_name
             to_box = '#id_%s_to' % field_name

+ 0 - 5
tests/app_loading/tests.py

@@ -96,29 +96,24 @@ class GetModelsTest(TestCase):
         from .not_installed import models
         self.not_installed_module = models
 
-
     def test_get_model_only_returns_installed_models(self):
         self.assertEqual(
             get_model("not_installed", "NotInstalledModel"), None)
 
-
     def test_get_model_with_not_installed(self):
         self.assertEqual(
             get_model(
                 "not_installed", "NotInstalledModel", only_installed=False),
             self.not_installed_module.NotInstalledModel)
 
-
     def test_get_models_only_returns_installed_models(self):
         self.assertFalse(
             "NotInstalledModel" in
             [m.__name__ for m in get_models()])
 
-
     def test_get_models_with_app_label_only_returns_installed_models(self):
         self.assertEqual(get_models(self.not_installed_module), [])
 
-
     def test_get_models_with_not_installed(self):
         self.assertTrue(
             "NotInstalledModel" in [

+ 0 - 2
tests/cache/tests.py

@@ -794,7 +794,6 @@ class BaseCacheTests(object):
         self.assertEqual(self.custom_key_cache.get('answer2'), 42)
         self.assertEqual(self.custom_key_cache2.get('answer2'), 42)
 
-
     def test_cache_write_unpickable_object(self):
         update_middleware = UpdateCacheMiddleware()
         update_middleware.cache = self.cache
@@ -1496,7 +1495,6 @@ class CacheI18nTest(TestCase):
             self.assertIn(sanitized_name, learn_cache_key(request, response),
                     "Cache keys should include the time zone name when time zones are active")
 
-
     @override_settings(
             CACHE_MIDDLEWARE_KEY_PREFIX="test",
             CACHE_MIDDLEWARE_SECONDS=60,

+ 0 - 1
tests/custom_managers/tests.py

@@ -68,7 +68,6 @@ class CustomManagerTests(TestCase):
         # manager
         self.assertIsInstance(self.p2.books, PublishedBookManager)
 
-
         # The default manager, "objects", doesn't exist, because a custom one
         # was provided.
         self.assertRaises(AttributeError, lambda: Book.objects)

+ 0 - 2
tests/defaultfilters/tests.py

@@ -82,7 +82,6 @@ class DefaultFiltersTests(TestCase):
         finally:
             decimal_ctx.prec = old_prec
 
-
     def test_floatformat_py2_fail(self):
         self.assertEqual(floatformat(1.00000000000000015, 16), '1.0000000000000002')
 
@@ -92,7 +91,6 @@ class DefaultFiltersTests(TestCase):
     if six.PY2:
         test_floatformat_py2_fail = unittest.expectedFailure(test_floatformat_py2_fail)
 
-
     def test_addslashes(self):
         self.assertEqual(addslashes('"double quotes" and \'single quotes\''),
                           '\\"double quotes\\" and \\\'single quotes\\\'')

+ 0 - 4
tests/delete_regress/tests.py

@@ -178,7 +178,6 @@ class ProxyDeleteTest(TestCase):
 
         return test_image
 
-
     def test_delete_proxy(self):
         """
         Deleting the *proxy* instance bubbles through to its non-proxy and
@@ -197,7 +196,6 @@ class ProxyDeleteTest(TestCase):
         self.assertEqual(len(FooImage.objects.all()), 0)
         self.assertEqual(len(FooFile.objects.all()), 0)
 
-
     def test_delete_proxy_of_proxy(self):
         """
         Deleting a proxy-of-proxy instance should bubble through to its proxy
@@ -224,7 +222,6 @@ class ProxyDeleteTest(TestCase):
         self.assertEqual(len(FooFile.objects.all()), 0)
         self.assertEqual(len(FooImage.objects.all()), 0)
 
-
     def test_delete_concrete_parent(self):
         """
         Deleting an instance of a concrete model should also delete objects
@@ -244,7 +241,6 @@ class ProxyDeleteTest(TestCase):
         self.assertEqual(len(FooFile.objects.all()), 0)
         self.assertEqual(len(FooImage.objects.all()), 0)
 
-
     def test_delete_proxy_pair(self):
         """
         If a pair of proxy models are linked by an FK from one concrete parent

+ 0 - 1
tests/files/tests.py

@@ -128,7 +128,6 @@ class FileStorageTests(TestCase):
         with temp_storage.open('tests/file_obj') as f:
             self.assertEqual(f.read(), b'some content')
 
-
     def test_stringio(self):
         # Test passing StringIO instance as content argument to save
         output = StringIO()

+ 0 - 1
tests/fixtures_model_package/tests.py

@@ -41,7 +41,6 @@ class TestNoInitialDataLoading(TransactionTestCase):
             )
             self.assertQuerysetEqual(Book.objects.all(), [])
 
-
     def test_flush(self):
         # Test presence of fixture (flush called by TransactionTestCase)
         self.assertQuerysetEqual(

+ 0 - 1
tests/fixtures_regress/tests.py

@@ -372,7 +372,6 @@ class TestFixtures(TestCase):
         self.maxDiff = 1024
         self.assertEqual(data, animals_data)
 
-
     def test_proxy_model_included(self):
         """
         Regression for #11428 - Proxy models aren't included when you dumpdata

+ 0 - 1
tests/forms_tests/tests/test_extra.py

@@ -509,7 +509,6 @@ class FormsExtraTestCase(TestCase, AssertFormErrorsMixin):
         self.assertTrue(f._has_changed('some text,JP,2007-04-25 06:24:00',
             ['some text', ['J','P'], ['2009-04-25','11:44:00']]))
 
-
         class ComplexFieldForm(Form):
             field1 = ComplexField(widget=w)
 

+ 0 - 4
tests/forms_tests/tests/test_fields.py

@@ -69,7 +69,6 @@ class FieldsTests(SimpleTestCase):
                 self.class_a_var = True
                 super(A, self).__init__()
 
-
         class ComplexField(Field, A):
             def __init__(self):
                 super(ComplexField, self).__init__()
@@ -718,7 +717,6 @@ class FieldsTests(SimpleTestCase):
         # with here)
         self.assertTrue(f._has_changed('resume.txt', {'filename': 'resume.txt', 'content': 'My resume'}))
 
-
     # URLField ##################################################################
 
     def test_urlfield_1(self):
@@ -965,7 +963,6 @@ class FieldsTests(SimpleTestCase):
         self.assertEqual(None, f.clean('3'))
         self.assertEqual(None, f.clean('hello'))
 
-
     def test_nullbooleanfield_2(self):
         # Make sure that the internal value is preserved if using HiddenInput (#7753)
         class HiddenNullBooleanForm(Form):
@@ -1218,7 +1215,6 @@ class FieldsTests(SimpleTestCase):
             self.assertEqual(exp[1], got[1])
             self.assertTrue(got[0].endswith(exp[0]))
 
-
     # SplitDateTimeField ##########################################################
 
     def test_splitdatetimefield_1(self):

+ 0 - 1
tests/forms_tests/tests/test_forms.py

@@ -1810,7 +1810,6 @@ class FormsTestCase(TestCase):
                           CharField(label='Name', max_length=10))
                 super(ChoicesField, self).__init__(fields=fields, *args, **kwargs)
 
-
         field = ChoicesField()
         field2 = copy.deepcopy(field)
         self.assertTrue(isinstance(field2, ChoicesField))

+ 0 - 2
tests/forms_tests/tests/test_formsets.py

@@ -1068,7 +1068,6 @@ class FormsFormsetTestCase(TestCase):
         formset = CheckFormSet(data, prefix='check')
         self.assertTrue(formset.is_valid())
 
-
     def test_formset_total_error_count(self):
         """A valid formset should have 0 total errors."""
         data = [  # formset_data, expected error count
@@ -1164,7 +1163,6 @@ class TestIsBoundBehavior(TestCase):
         self.assertTrue(formset.forms[0].is_valid())
         self.assertEqual([{}], formset.cleaned_data)
 
-
     def test_form_errors_are_caught_by_formset(self):
         data = {
             'form-TOTAL_FORMS': '2',

+ 0 - 1
tests/generic_relations/tests.py

@@ -151,7 +151,6 @@ class GenericRelationsTests(TestCase):
             "<Animal: Platypus>"
         ])
 
-
     def test_multiple_gfk(self):
         # Simple tests for multiple GenericForeignKeys
         # only uses one model, since the above tests should be sufficient.

+ 0 - 1
tests/generic_views/test_dates.py

@@ -22,7 +22,6 @@ class ArchiveIndexViewTests(TestCase):
     fixtures = ['generic-views-test-data.json']
     urls = 'generic_views.urls'
 
-
     def test_archive_view(self):
         res = self.client.get('/dates/books/')
         self.assertEqual(res.status_code, 200)

+ 0 - 1
tests/generic_views/test_edit.py

@@ -156,7 +156,6 @@ class CreateViewTests(TestCase):
                              ['name', 'slug'])
         self.assertEqual(len(w), 0)
 
-
     def test_create_view_without_explicit_fields(self):
 
         with warnings.catch_warnings(record=True) as w:

+ 0 - 1
tests/http_utils/tests.py

@@ -59,7 +59,6 @@ class HttpUtilTests(TestCase):
         conditional_content_removal(req, res)
         self.assertEqual(b''.join(res), b'')
 
-
         # Strip content for HEAD requests.
         req.method = 'HEAD'
 

+ 0 - 1
tests/i18n/tests.py

@@ -262,7 +262,6 @@ class TranslationTests(TransRealMixin, TestCase):
             self.assertRaises(TemplateSyntaxError, Template, '{% load i18n %}{% blocktrans context %}{% endblocktrans %}')
             self.assertRaises(TemplateSyntaxError, Template, '{% load i18n %}{% blocktrans count number=2 context %}{{ number }} super result{% plural %}{{ number }} super results{% endblocktrans %}')
 
-
     def test_string_concat(self):
         """
         six.text_type(string_concat(...)) should not raise a TypeError - #4796

+ 0 - 2
tests/m2m_through/tests.py

@@ -66,8 +66,6 @@ class M2mThroughTests(TestCase):
             []
         )
 
-
-
     def test_forward_descriptors(self):
         # Due to complications with adding via an intermediary model,
         # the add method is not provided.

+ 0 - 1
tests/middleware/tests.py

@@ -130,7 +130,6 @@ class CommonMiddlewareTest(TestCase):
         self.assertEqual(r.url,
                           'http://www.testserver/middleware/slash/')
 
-
     # The following tests examine expected behavior given a custom urlconf that
     # overrides the default one through the request object.
 

+ 0 - 4
tests/model_forms/tests.py

@@ -31,7 +31,6 @@ if test_images:
             model = ImageFile
             fields = '__all__'
 
-
     class OptionalImageFileForm(forms.ModelForm):
         class Meta:
             model = OptionalImageFile
@@ -62,7 +61,6 @@ class DerivedBookForm(forms.ModelForm):
         fields = '__all__'
 
 
-
 class ExplicitPKForm(forms.ModelForm):
     class Meta:
         model = ExplicitPK
@@ -609,8 +607,6 @@ class ValidationTest(TestCase):
         assert form.is_valid()
 
 
-
-
 # unique/unique_together validation
 class UniqueTest(TestCase):
     def setUp(self):

+ 0 - 1
tests/model_forms_regress/tests.py

@@ -92,7 +92,6 @@ class OverrideCleanTests(TestCase):
         self.assertEqual(form.instance.left, 1)
 
 
-
 class PartiallyLocalizedTripleForm(forms.ModelForm):
     class Meta:
         model = Triple

+ 0 - 5
tests/multiple_database/tests.py

@@ -66,7 +66,6 @@ class QueryTestCase(TestCase):
             title="Dive into Python"
         )
 
-
     def test_other_creation(self):
         "Objects created on another database don't leak onto the default database"
         # Create a book on the second database
@@ -201,7 +200,6 @@ class QueryTestCase(TestCase):
         self.assertEqual(list(Book.objects.using('other').filter(authors__name='John Smith').values_list('title', flat=True)),
                           [])
 
-
         dive.authors.add(john)
         self.assertEqual(list(Book.objects.using('other').filter(authors__name='Mark Pilgrim').values_list('title', flat=True)),
                           ['Dive into Python'])
@@ -1027,7 +1025,6 @@ class RouterTestCase(TestCase):
         self.assertFalse(router.allow_migrate('default', User))
         self.assertTrue(router.allow_migrate('default', Book))
 
-
     def test_database_routing(self):
         marty = Person.objects.using('default').create(name="Marty Alchin")
         pro = Book.objects.using('default').create(title="Pro Django",
@@ -1907,8 +1904,6 @@ class MigrateTestCase(TestCase):
         self.assertEqual(cts.count(), 0)
 
 
-
-
 class RouterUsed(Exception):
     WRITE = 'write'
 

+ 0 - 5
tests/nested_foreign_keys/tests.py

@@ -29,7 +29,6 @@ class NestedForeignKeysTests(TestCase):
         self.director = Person.objects.create(name='Terry Gilliam / Terry Jones')
         self.movie = Movie.objects.create(title='Monty Python and the Holy Grail', director=self.director)
 
-
     # This test failed in #16715 because in some cases INNER JOIN was selected
     # for the second foreign key relation instead of LEFT OUTER JOIN.
     def testInheritance(self):
@@ -52,7 +51,6 @@ class NestedForeignKeysTests(TestCase):
         self.assertEqual(Event.objects.filter(screening__movie=self.movie).count(), 1)
         self.assertEqual(Event.objects.exclude(screening__movie=self.movie).count(), 1)
 
-
     # These all work because the second foreign key in the chain has null=True.
     def testInheritanceNullFK(self):
         some_event = Event.objects.create()
@@ -100,7 +98,6 @@ class NestedForeignKeysTests(TestCase):
         self.assertEqual(Package.objects.filter(screening__movie=self.movie).count(), 1)
         self.assertEqual(Package.objects.exclude(screening__movie=self.movie).count(), 1)
 
-
     # These all work because the second foreign key in the chain has null=True.
     def testExplicitForeignKeyNullFK(self):
         package = PackageNullFK.objects.create()
@@ -131,7 +128,6 @@ class DeeplyNestedForeignKeysTests(TestCase):
         self.director = Person.objects.create(name='Terry Gilliam / Terry Jones')
         self.movie = Movie.objects.create(title='Monty Python and the Holy Grail', director=self.director)
 
-
     def testInheritance(self):
         some_event = Event.objects.create()
         screening = Screening.objects.create(movie=self.movie)
@@ -151,7 +147,6 @@ class DeeplyNestedForeignKeysTests(TestCase):
         self.assertEqual(Event.objects.filter(screening__movie__director=self.director).count(), 1)
         self.assertEqual(Event.objects.exclude(screening__movie__director=self.director).count(), 1)
 
-
     def testExplicitForeignKey(self):
         package = Package.objects.create()
         screening = Screening.objects.create(movie=self.movie)

+ 0 - 1
tests/or_lookups/tests.py

@@ -59,7 +59,6 @@ class OrLookupsTests(TestCase):
             attrgetter("headline")
         )
 
-
     def test_stages(self):
         # You can shorten this syntax with code like the following,  which is
         # especially useful if building the query in stages:

+ 0 - 1
tests/prefetch_related/tests.py

@@ -48,7 +48,6 @@ class PrefetchRelatedTests(TestCase):
         normal_lists = [list(b.authors.all()) for b in Book.objects.all()]
         self.assertEqual(lists, normal_lists)
 
-
     def test_m2m_reverse(self):
         with self.assertNumQueries(2):
             lists = [list(a.books.all()) for a in Author.objects.prefetch_related('books')]

+ 0 - 1
tests/queries/tests.py

@@ -1527,7 +1527,6 @@ class Queries5Tests(TestCase):
             ['<Ranking: 1: a3>', '<Ranking: 2: a2>', '<Ranking: 3: a1>']
         )
 
-
         # Ordering of extra() pieces is possible, too and you can mix extra
         # fields and model fields in the ordering.
         self.assertQuerysetEqual(

+ 0 - 1
tests/requests/tests.py

@@ -611,7 +611,6 @@ class HostValidationTests(SimpleTestCase):
                 }
                 request.get_host()
 
-
     @override_settings(DEBUG=True, ALLOWED_HOSTS=[])
     def test_host_validation_disabled_in_debug_mode(self):
         """If ALLOWED_HOSTS is empty and DEBUG is True, all hosts pass."""

+ 0 - 1
tests/select_related_regress/tests.py

@@ -45,7 +45,6 @@ class SelectRelatedRegressTests(TestCase):
         # twice each, plus connection once). Thus, 6 joins plus the FROM table.
         self.assertEqual(str(connections.query).count(" JOIN "), 6)
 
-
     def test_regression_8106(self):
         """
         Regression test for bug #8106.

+ 0 - 1
tests/template_tests/test_response.py

@@ -146,7 +146,6 @@ class SimpleTemplateResponseTest(TestCase):
         self.assertEqual(response.content, b'First template\n')
         self.assertEqual(post, ['post1','post2'])
 
-
     def test_pickling(self):
         # Create a template response. The context is
         # known to be unpickleable (e.g., a function).

+ 1 - 2
tests/template_tests/tests.py

@@ -283,7 +283,6 @@ class TemplateLoaderTests(TestCase):
             loader.template_source_loaders = old_loaders
             settings.TEMPLATE_DEBUG = old_td
 
-
     def test_extends_include_missing_baseloader(self):
         """
         Tests that the correct template is identified as not existing
@@ -1821,9 +1820,9 @@ class TemplateTests(TransRealMixin, TestCase):
                 'numpy-array-index02': ("{{ var.5 }}", {"var": numpy.array(["first item", "second item"])}, ("", "INVALID")),
             })
 
-
         return tests
 
+
 class TemplateTagLoading(unittest.TestCase):
 
     def setUp(self):

+ 0 - 1
tests/transactions/tests.py

@@ -490,7 +490,6 @@ class TransactionTests(IgnoreDeprecationWarningsMixin, TransactionTestCase):
         r = Reporter.objects.get()
         self.assertEqual(r.first_name, "Robert")
 
-
     @skipUnlessDBFeature('supports_transactions')
     def test_manually_managed(self):
         """

+ 0 - 3
tests/wsgi/tests.py

@@ -67,7 +67,6 @@ class GetInternalWSGIApplicationTest(unittest.TestCase):
 
         self.assertTrue(app is application)
 
-
     @override_settings(WSGI_APPLICATION=None)
     def test_default(self):
         """
@@ -90,7 +89,6 @@ class GetInternalWSGIApplicationTest(unittest.TestCase):
         finally:
             basehttp.get_wsgi_application = _orig_get_wsgi_app
 
-
     @override_settings(WSGI_APPLICATION="wsgi.noexist.app")
     def test_bad_module(self):
         with six.assertRaisesRegex(self,
@@ -99,7 +97,6 @@ class GetInternalWSGIApplicationTest(unittest.TestCase):
 
             get_internal_wsgi_application()
 
-
     @override_settings(WSGI_APPLICATION="wsgi.wsgi.noexist")
     def test_bad_name(self):
         with six.assertRaisesRegex(self,