def unittest_main(cb): from testhelper import dumb_test_maker def _go(out): global report_out report_out = out go('/bin/ls') dumb_test_maker(_go)(cb)