making sdist and config test silents

This commit is contained in:
Tarek Ziadé 2009-03-31 20:56:11 +00:00
parent 899dd1221d
commit 1a1158f955
2 changed files with 4 additions and 2 deletions

View File

@ -47,7 +47,9 @@ password:xxx
"""
class PyPIRCCommandTestCase(support.TempdirManager, unittest.TestCase):
class PyPIRCCommandTestCase(support.TempdirManager,
support.LoggingSilencer,
unittest.TestCase):
def setUp(self):
"""Patches the environment."""

View File

@ -34,7 +34,7 @@ somecode%(sep)sdoc.dat
somecode%(sep)sdoc.txt
"""
class sdistTestCase(support.LoggingSilencer, PyPIRCCommandTestCase):
class sdistTestCase(PyPIRCCommandTestCase):
def setUp(self):
# PyPIRCCommandTestCase creates a temp dir already