Remove _test() functions from plugin.py and cmdutil.py.
authorW. Trevor King <wking@drexel.edu>
Fri, 4 Dec 2009 01:16:56 +0000 (20:16 -0500)
committerW. Trevor King <wking@drexel.edu>
Fri, 4 Dec 2009 01:16:56 +0000 (20:16 -0500)
commitdc5ac53feb42841c48fe0a17a699aa96f5bb39c8
treeb9ab22dcb7e911e2818d4836df13882f98de0f38
parentc4a9b465fb512fdfa2d43ece22c786b021d8c2ce
Remove _test() functions from plugin.py and cmdutil.py.

Testing should be handled through test.py, not by calling per-module
_test() functions.
libbe/cmdutil.py
libbe/plugin.py