Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ create_tests
Method
create_tests
test/utils_spec_runner.py:187–191 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
185
setattr(self._test_class, new_test.__name__, new_test)
186
187
def
create_tests(self):
188
if
_IS_SYNC:
189
self._create_tests()
190
else
:
191
asyncio.run(self._create_tests())
Callers
2
test_connection_monitoring.py
File · 0.45
test_server_selection_in_window.py
File · 0.45
Calls
2
_create_tests
Method · 0.95
run
Method · 0.45
Tested by
no test coverage detected