Home
last modified time | relevance | path

Searched refs:scoped_context_layer (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-behave/behave-1.2.6/tests/unit/
H A Dtest_fixture.py195 with scoped_context_layer(context):
215 with scoped_context_layer(context):
230 with scoped_context_layer(context):
248 with scoped_context_layer(context):
269 with scoped_context_layer(context):
295 with scoped_context_layer(context):
329 with scoped_context_layer(context):
501 with scoped_context_layer(context):
526 with scoped_context_layer(context):
594 with scoped_context_layer(context):
[all …]
H A Dtest_context_cleanups.py14 from behave.runner import Context, scoped_context_layer
54 with scoped_context_layer(context): # CALLS-HERE: context._push()
68 with scoped_context_layer(context):
88 with scoped_context_layer(context):
115 with scoped_context_layer(context): # -- LAYER A:
119 with scoped_context_layer(context): # -- LAYER B:
154 with scoped_context_layer(context):
165 with scoped_context_layer(context):
184 with scoped_context_layer(context):
208 with scoped_context_layer(context):
/dports/devel/py-behave/behave-1.2.6/behave/
H A Drunner.py462 def scoped_context_layer(context, layer_name=None): function