MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / tests

Method tests

test/utils_spec_runner.py:153–155  ·  view source on GitHub ↗

Allow CMAP spec test to override the location of test.

(self, scenario_def)

Source from the content-addressed store, hash-verified

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):

Callers 1

_create_testsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected