defl/tests.old/template
2025-04-28 14:44:03 -04:00

14 lines
211 B
Plaintext
Executable File

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()