MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / tearDown

Method tearDown

tests/Framework.py:516–521  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

514 return self._outcome.result._excinfo is not None and self._outcome.result._excinfo # type: ignore
515
516 def tearDown(self):
517 super().tearDown()
518 responses.stop()
519 responses.reset()
520 self.__closeReplayFileIfNeeded(silent=self.thisTestFailed)
521 github.Requester.Requester.resetConnectionClasses()
522
523 def assertWarning(self, warning, expected):
524 self.assertWarnings(warning, expected)

Callers

nothing calls this directly

Calls 3

resetMethod · 0.80

Tested by

no test coverage detected