Rework the master.py script and the master.txt doctest so that it's much
commit3f31f8cce369529d177cfb5a7c66346ec1e12130
authorBarry Warsaw <barry@list.org>
Thu, 28 Feb 2008 03:22:09 +0000 (27 22:22 -0500)
committerBarry Warsaw <barry@list.org>
Thu, 28 Feb 2008 03:22:09 +0000 (27 22:22 -0500)
tree15f9c0a2cde40ea4aa03e18e1cfd1852b0c72916
parentf0c044111dfdf6ffe3531df18ccf268a4056874b
Rework the py script and the master.txt doctest so that it's much
easier to test, and to use in other tests.  Do this by moving most of the guts
of master.py into a class that can be subclassed, and thus run in a subthread
to avoid blocking the test.  We don't need to sleep anymore.
Mailman/bin/docs/mailmanctl.txt [deleted file]
Mailman/bin/docs/master.txt [new file with mode: 0644]
Mailman/bin/master.py
Mailman/tests/helpers.py