Home
last modified time | relevance | path

Searched refs:called_hook (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-behave/behave-1.2.6/features/
H A Drunner.hook_errors.feature52 print("called_hook:after_all")
64 print("called_hook:after_feature")
76 print("called_hook:after_scenario")
88 print("called_hook:after_step")
104 print("called_hook:after_tag: tag=%s" % tag)
124 called_hook:after_all
159 called_hook:after_feature
193 called_hook:after_scenario
237 called_hook:after_step
278 called_hook:after_tag: tag=foo
[all …]
/dports/lang/librep/librep_0.92.7/src/
H A Dmain.c344 static rep_bool called_hook; in rep_on_idle() local
358 called_hook = rep_FALSE; in rep_on_idle()
365 else if(!called_hook && depth == 1) in rep_on_idle()
373 called_hook = rep_TRUE; in rep_on_idle()