Home
last modified time | relevance | path

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

/dports/databases/pymongo/pymongo-3.12.0/test/
H A Dunified_format.py652 def should_run_on(run_on_spec): member in UnifiedSpecTestMixinV1
686 if not cls.should_run_on(run_on_spec):
1100 if not self.should_run_on(run_on_spec):
H A Dutils.py419 def should_run_on(self, scenario_def): member in TestCreator
435 lambda: self.should_run_on(scenario_def),