def cli(user, probes, results, verbose): if False: # writes a 'txtorcon.log' with debugging information from txtorcon.log import debug_logging debug_logging() args = (user, probes, results, verbose) react(main, args)
def test_debug(self): log.debug_logging()