Allow CMAP spec test to override the location of test.
(self, scenario_def)
| 151 | return client_context._require(predicate, "runOn not satisfied", method) |
| 152 | |
| 153 | def tests(self, scenario_def): |
| 154 | """Allow CMAP spec test to override the location of test.""" |
| 155 | return scenario_def["tests"] |
| 156 | |
| 157 | def _create_tests(self): |
| 158 | for dirpath, _, filenames in os.walk(self.test_path): |