summaryrefslogtreecommitdiff
path: root/src/distutils2/tests/test_depgraph.py
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2010-08-15 04:02:25 +0200
committer?ric Araujo <merwok@netwok.org>2010-08-15 04:02:25 +0200
commit5572509c66371465161ad9395e49ce8f8babb9cd (patch)
tree3afd077a92b6533f48fcb9520302481900c771ac /src/distutils2/tests/test_depgraph.py
parent20d80021213bedabd0647b35c943a89ea21f0fad (diff)
downloaddisutils2-5572509c66371465161ad9395e49ce8f8babb9cd.tar.gz
Rename tests.support.LoggingSilencer to LoggingCatcher.
This change makes it clear that the mixin?s goal is not only to silence logging output, but also to capture it and check it in some circumstances. Thanks Alexis for the suggestion.
Diffstat (limited to 'src/distutils2/tests/test_depgraph.py')
-rw-r--r--src/distutils2/tests/test_depgraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/distutils2/tests/test_depgraph.py b/src/distutils2/tests/test_depgraph.py
index 6ab265a..fa38b91 100644
--- a/src/distutils2/tests/test_depgraph.py
+++ b/src/distutils2/tests/test_depgraph.py
@@ -13,7 +13,7 @@ try:
except ImportError:
import StringIO
-class DepGraphTestCase(support.LoggingSilencer,
+class DepGraphTestCase(support.LoggingCatcher,
unittest.TestCase):
DISTROS_DIST = ('choxie', 'grammar', 'towel-stuff')