MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / get_error_message_template

Function get_error_message_template

test/test_uri_spec.py:77–78  ·  view source on GitHub ↗
(expected, artifact)

Source from the content-addressed store, hash-verified

75
76
77def get_error_message_template(expected, artifact):
78 return "{} {} for test '{}'".format("Expected" if expected else "Unexpected", artifact, "%s")
79
80
81def run_scenario_in_dir(target_workdir):

Callers 1

run_scenarioFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected