Project restart
This commit is contained in:
10
doc/examples/dummy/post_execution.py
Normal file
10
doc/examples/dummy/post_execution.py
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
import libs.testium as tm
|
||||
|
||||
def post_exec():
|
||||
print('Success !!!!')
|
||||
print(str(tm.gd('test_outputs')))
|
||||
|
||||
def post_exec_fail():
|
||||
print('Failure :(')
|
||||
print(str(tm.gd('test_outputs')))
|
||||
Reference in New Issue
Block a user