diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-10-28 18:28:38 +0100 |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-10-28 18:28:38 +0100 |
commit | 92c413712914c2c71b508c3f142f2482a766ad0e (patch) | |
tree | a58e33430857498c58f85d5386228f770b962462 /tests/logutil_tests.py | |
parent | 44c0c75e67086a0a9b22e4e614c7774d44d9fe84 (diff) | |
download | logutils-git-0.2.tar.gz |
Changes for 0.20.2
Diffstat (limited to 'tests/logutil_tests.py')
-rw-r--r-- | tests/logutil_tests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/logutil_tests.py b/tests/logutil_tests.py index 3767e96..8f1bfb6 100644 --- a/tests/logutil_tests.py +++ b/tests/logutil_tests.py @@ -2,6 +2,9 @@ import sys from test_testing import LoggingTest from test_dictconfig import ConfigDictTest from test_queue import QueueTest +from test_formatter import FormatterTest +from test_messages import MessageTest + # The adapter won't work in < 2.5 because the "extra" parameter used by it # only appeared in 2.5 :-( if sys.version_info[:2] >= (2, 5): |