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

Method _callTestMethod

test/__init__.py:877–878  ·  view source on GitHub ↗
(self, method)

Source from the content-addressed store, hash-verified

875 self._callAsync(self.setUp)
876
877 def _callTestMethod(self, method):
878 self._callMaybeAsync(method)
879
880 def _callTearDown(self):
881 self._callAsync(self.tearDown)

Callers

nothing calls this directly

Calls 1

_callMaybeAsyncMethod · 0.95

Tested by

no test coverage detected