Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
77
def
get_error_message_template(expected, artifact):
78
return
"{} {} for test '{}'"
.format(
"Expected"
if
expected
else
"Unexpected"
, artifact,
"%s"
)
79
80
81
def
run_scenario_in_dir(target_workdir):
Callers
1
run_scenario
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected