MCPcopy 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())

Calls 2

_create_testsMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected