Project restart
This commit is contained in:
7
doc/examples/post_execution.py
Normal file
7
doc/examples/post_execution.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import py_func.tm as tm
|
||||
|
||||
def post_exec():
|
||||
print("post_exec PASS")
|
||||
|
||||
def post_exec_fail():
|
||||
print("post_exec_fail PASS")
|
||||
Reference in New Issue
Block a user