ensure debugging is off by default
This commit is contained in:
parent
28b9c8e1d2
commit
3988d96ff0
|
@ -6,6 +6,11 @@ def test_version():
|
||||||
|
|
||||||
assert version.APP_NAME == 'terminator'
|
assert version.APP_NAME == 'terminator'
|
||||||
|
|
||||||
|
def test_debug ():
|
||||||
|
from config import debug
|
||||||
|
|
||||||
|
assert debug == False
|
||||||
|
|
||||||
class test_encodings():
|
class test_encodings():
|
||||||
encoding = None
|
encoding = None
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue