test.py now uses unittest.TestSuite 'suite' in becommands if present.
authorW. Trevor King <wking@drexel.edu>
Sun, 29 Nov 2009 01:27:53 +0000 (20:27 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 29 Nov 2009 01:27:53 +0000 (20:27 -0500)
commit7e95956f5088346807a233c63f5bc25436550ef8
treeefc2576da4b6e3cfd8553ea5c8e737e873476b31
parentc90ed61e7deb594edf3707850f2d3a87601a581b
test.py now uses unittest.TestSuite 'suite' in becommands if present.

Such 'suite' instances have been required for libbe submodules.  This
will allow becommands to test themselves more thoroughly than they
could with only doctests.
test.py