[Python-checkins] distutils2: Silence chatty test. No cookie point for Alexis!
tarek.ziade
python-checkins at python.org
Sun Jan 23 15:48:24 CET 2011
tarek.ziade pushed 5318293b3ac8 to distutils2:
http://hg.python.org/distutils2/rev/5318293b3ac8
changeset: 893:5318293b3ac8
user: ?ric Araujo <merwok at netwok.org>
date: Fri Jan 21 21:34:00 2011 +0100
summary:
Silence chatty test. No cookie point for Alexis!
files:
distutils2/tests/test_index_simple.py
diff --git a/distutils2/tests/test_index_simple.py b/distutils2/tests/test_index_simple.py
--- a/distutils2/tests/test_index_simple.py
+++ b/distutils2/tests/test_index_simple.py
@@ -6,12 +6,15 @@
import urllib2
from distutils2.index.simple import Crawler
-from distutils2.tests import unittest, support
+from distutils2.tests import unittest
+from distutils2.tests.support import TempdirManager, LoggingCatcher
from distutils2.tests.pypi_server import (use_pypi_server, PyPIServer,
PYPI_DEFAULT_STATIC_PATH)
-class SimpleCrawlerTestCase(support.TempdirManager, unittest.TestCase):
+class SimpleCrawlerTestCase(TempdirManager,
+ LoggingCatcher,
+ unittest.TestCase):
def _get_simple_crawler(self, server, base_url="/simple/", hosts=None,
*args, **kwargs):
--
Repository URL: http://hg.python.org/distutils2
More information about the Python-checkins
mailing list