This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
afdd3af1b6
zulip
/
humbug
/
test_settings.py
4 lines
84 B
Python
Raw
Normal View
History
Unescape
Escape
Put the 'import *' back into test-settings.py This broke the test suite, which expects all settings to exist in this file. Whoops. This reverts commit e4108333c53afb0caf55348837b739cb7e5510dd. (imported from commit e6b58004059e834d4e30ea9c63463eb84179cc1e)
2012-10-04 22:49:26 +02:00
from
settings
import
*
Add missing test-settings.py. (imported from commit 85aeb41471dfe63cd6d6093b3388f949e30d72a3)
2012-10-02 17:57:46 +02:00
DATABASES
[
'
default
'
]
[
"
NAME
"
]
=
"
zephyr/tests/zephyrdb.test
"