defl/tests/template
2025-03-09 09:17:53 -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()