Skip to content

Commit 1f79846

Browse files
committed
Get rid of ugly testenv hack.
1 parent e3cfedc commit 1f79846

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

graphql_django_view/testenv/__init__.py

Whitespace-only changes.

pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[pytest]
2-
DJANGO_SETTINGS_MODULE=graphql_django_view.testenv.settings
2+
DJANGO_SETTINGS_MODULE=tests.settings
33
norecursedirs = venv .tox .cache

graphql_django_view/testenv/settings.py renamed to tests/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
}
88
}
99

10-
ROOT_URLCONF = 'graphql_django_view.testenv.urls'
10+
ROOT_URLCONF = 'tests.urls'
File renamed without changes.

0 commit comments

Comments
 (0)