Skip to content

Commit b805e95

Browse files
author
Pamela McA'Nulty
committed
Fix tox check failures
1 parent 43bc9fe commit b805e95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def index(request):
1212
"""A bogus view to use in the urls below."""
1313
pass
1414

15+
1516
urlpatterns = [
1617
url(r'^home$', index, name='index'),
1718
]

tests/plugin_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def test_settings():
6161

6262
return the_settings
6363

64+
6465
settings.configure(**test_settings())
6566

6667
if hasattr(django, "setup"):

0 commit comments

Comments
 (0)