Home
last modified time | relevance | path

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

/dports/devel/py-behave/behave-1.2.6/behave/
H A Dmodel.py228 answer = self.should_run_with_tags(config.tags)
231 def should_run_with_tags(self, tag_expression): member in Feature
243 if scenario.should_run_with_tags(tag_expression):
606 answer = (self.should_run_with_tags(config.tags) and
610 def should_run_with_tags(self, tag_expression): member in Scenario
1047 def should_run_with_tags(self, tag_expression): member in ScenarioOutline
1058 if scenario.should_run_with_tags(tag_expression):
H A Dmodel_core.py352 def should_run_with_tags(self, tag_expression): member in TagStatement
372 def should_run_with_tags(self, tag_expression): member in TagAndStatusStatement