summaryrefslogtreecommitdiff
path: root/tests/logutil_tests.py
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-11-21 16:51:43 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-11-21 16:51:43 +0000
commit66013d7a6c8594d435e6d3ff0b468b51c40318b6 (patch)
tree3f8251fc600a63169282d66869ea8d82864b47f1 /tests/logutil_tests.py
parentff08c6c2163075ea0d3a12c1c2a2e2d52bcc7bc7 (diff)
downloadlogutils-git-66013d7a6c8594d435e6d3ff0b468b51c40318b6.tar.gz
Made ready for 0.3.2.0.3.2
Diffstat (limited to 'tests/logutil_tests.py')
-rw-r--r--tests/logutil_tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/logutil_tests.py b/tests/logutil_tests.py
index 8f1bfb6..330594c 100644
--- a/tests/logutil_tests.py
+++ b/tests/logutil_tests.py
@@ -4,6 +4,10 @@ from test_dictconfig import ConfigDictTest
from test_queue import QueueTest
from test_formatter import FormatterTest
from test_messages import MessageTest
+try:
+ from test_redis import RedisQueueTest
+except ImportError:
+ pass
# The adapter won't work in < 2.5 because the "extra" parameter used by it
# only appeared in 2.5 :-(