Home
last modified time | relevance | path

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

/dports/databases/pymongo/pymongo-3.12.0/test/
H A Dunified_format.py652 def should_run_on(run_on_spec): argument
653 if not run_on_spec:
657 for req in run_on_spec:
685 run_on_spec = cls.TEST_SPEC.get('runOnRequirements', [])
686 if not cls.should_run_on(run_on_spec):
1099 run_on_spec = spec.get('runOnRequirements', [])
1100 if not self.should_run_on(run_on_spec):