summaryrefslogtreecommitdiff
path: root/src/mailman/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/testing')
-rw-r--r--src/mailman/testing/nose.py6
1 files changed, 6 insertions, 0 deletions
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)