Skip to content

Commit d7512f1

Browse files
committed
Rename test settings file
1 parent bc1d3ec commit d7512f1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

runtests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22
import sys
3-
os.environ['DJANGO_SETTINGS_MODULE'] = 'test-settings'
3+
os.environ['DJANGO_SETTINGS_MODULE'] = 'test_settings'
44
test_dir = os.path.dirname(__file__)
55
sys.path.insert(0, test_dir)
66

File renamed without changes.

0 commit comments

Comments
 (0)