Files
testium/doc/examples/post_execution.py
2025-12-29 10:46:05 +01:00

7 lines
125 B
Python

import py_func.tm as tm
def post_exec():
print("post_exec PASS")
def post_exec_fail():
print("post_exec_fail PASS")