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

Method run_operations

test/unified_format.py:1316–1321  ·  view source on GitHub ↗
(self, spec)

Source from the content-addressed store, hash-verified

1314 method(spec["arguments"])
1315
1316 def run_operations(self, spec):
1317 for op in spec:
1318 if op["object"] == "testRunner":
1319 self.run_special_operation(op)
1320 else:
1321 self.run_entity_operation(op)
1322
1323 def run_operations_and_throw(self, spec):
1324 for op in spec:

Callers 2

check_log_messagesMethod · 0.95
_run_scenarioMethod · 0.95

Calls 2

run_special_operationMethod · 0.95
run_entity_operationMethod · 0.95

Tested by

no test coverage detected