From 3988d96ff0b6bb4a02183e8bc95a97bba001cfa7 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 23 Sep 2008 00:35:58 +0100 Subject: [PATCH] ensure debugging is off by default --- terminatorlib/tests.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terminatorlib/tests.py b/terminatorlib/tests.py index 1372de52..7049d671 100644 --- a/terminatorlib/tests.py +++ b/terminatorlib/tests.py @@ -6,6 +6,11 @@ def test_version(): assert version.APP_NAME == 'terminator' +def test_debug (): + from config import debug + + assert debug == False + class test_encodings(): encoding = None