From 930516396f8aba9266c03b09065fed9fa3df2a0b Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 16 Dec 2014 03:37:26 -0500 Subject: Make sure that TestConfigurationErrors doesn't break global state. --- src/mailman/testing/nose.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mailman/testing') diff --git a/src/mailman/testing/nose.py b/src/mailman/testing/nose.py index 8fe7017c0..8d175873c 100644 --- a/src/mailman/testing/nose.py +++ b/src/mailman/testing/nose.py @@ -116,3 +116,9 @@ class NosePlugin(Plugin): # Suppress the extra "Doctest: ..." line. test.shortDescription = lambda: None event.extraTests.append(test) + + ## def startTest(self, event): + ## import sys; print('vvvvv', event.test, file=sys.stderr) + + ## def stopTest(self, event): + ## import sys; print('^^^^^', event.test, file=sys.stderr) -- cgit v1.3.1