from defl.testing_ import Tester, testFail defl.log.setLevel('i') tester = Tester(name=__file__) @tester.add(assertResult=True) def retTrue(): return True log.info(tester.run()) tester.exitWithStatus()