MCPcopy Index your code
hub / github.com/python/cpython / _skim_close_tests

Method _skim_close_tests

Lib/test/test__interpchannels.py:1811–1814  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1809
1810 # This is useful for scanning through the possible tests.
1811 def _skim_close_tests(self):
1812 ChannelCloseFixture.QUICK = True
1813 for i, fix, actions in self._iter_close_tests():
1814 pass
1815
1816 def test_close(self):
1817 for i, fix, actions in self._iter_close_tests():

Callers

nothing calls this directly

Calls 1

_iter_close_testsMethod · 0.95

Tested by

no test coverage detected