MCPcopy Create free account
hub / github.com/FDio/vpp / skip

Method skip

test/hook.py:237–241  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

235 super(StepHook, self).__init__(test)
236
237 def skip(self):
238 if self.break_func is not None:
239 return self.should_skip_func_based()
240 if self.skip_stack is not None:
241 return self.should_skip_stack_based()
242
243 def should_skip_func_based(self):
244 stack = traceback.extract_stack()

Callers 5

before_cliMethod · 0.95
before_apiMethod · 0.95
test_funcFunction · 0.80
tag_fixme_debian12Function · 0.80
tag_fixme_debian12Function · 0.80

Calls 2

Tested by 1

test_funcFunction · 0.64