mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed E128 flake8 warnings in tests/.
This commit is contained in:
parent
df8d8d4292
commit
92053acbb9
148 changed files with 2073 additions and 2248 deletions
|
@ -8,9 +8,11 @@ from django.utils import six
|
|||
from django.utils._os import upath
|
||||
|
||||
|
||||
@unittest.skipIf(six.PY2,
|
||||
@unittest.skipIf(
|
||||
six.PY2,
|
||||
'Python 2 cannot import the project template because '
|
||||
'django/conf/project_template doesn\'t have an __init__.py file.')
|
||||
'django/conf/project_template doesn\'t have an __init__.py file.'
|
||||
)
|
||||
class TestStartProjectSettings(TestCase):
|
||||
def setUp(self):
|
||||
# Ensure settings.py exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue