[Supervisor-checkins] r895 - supervisor/trunk/src/supervisor/tests
Chris McDonough
chrism at agendaless.com
Sun Oct 4 00:11:38 EDT 2009
Author: Chris McDonough <chrism at agendaless.com>
Date: Sun Oct 4 00:11:37 2009
New Revision: 895
Log:
Unnecessary.
Modified:
supervisor/trunk/src/supervisor/tests/test_loggers.py
Modified: supervisor/trunk/src/supervisor/tests/test_loggers.py
==============================================================================
--- supervisor/trunk/src/supervisor/tests/test_loggers.py (original)
+++ supervisor/trunk/src/supervisor/tests/test_loggers.py Sun Oct 4 00:11:37 2009
@@ -294,8 +294,3 @@
def close(self):
self.closed = True
-def test_suite():
- return unittest.findTestCases(sys.modules[__name__])
-
-if __name__ == '__main__':
- unittest.main(defaultTest='test_suite')
More information about the Supervisor-checkins
mailing list