When testing, the signal.pause() is a problem because the TestableMaster is
commitd0eff3c214b4940cb30ec1152fcabf0f34f49194
authorBarry Warsaw <barry@python.org>
Fri, 16 Oct 2009 02:18:38 +0000 (15 22:18 -0400)
committerBarry Warsaw <barry@python.org>
Fri, 16 Oct 2009 02:18:38 +0000 (15 22:18 -0400)
tree77f68adab3736cb722f53858dde3199240168751
parent37332636e899c023fb31384413578346086c7692
When testing, the signal.pause() is a problem because the TestableMaster is
never killed with a signal.  In the real-world, it is though.  So put the
.pause() in a method that can be overridden by TestableMaster.
src/mailman/bin/docs/master.txt
src/mailman/bin/master.py
src/mailman/testing/helpers.py