MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_strerror

Method test_strerror

Lib/test/test_posix.py:937–938  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

935 @unittest.skipUnless(hasattr(posix, 'strerror'),
936 'test needs posix.strerror()')
937 def test_strerror(self):
938 self.assertTrue(posix.strerror(0))
939
940 @unittest.skipUnless(hasattr(posix, 'pipe'), 'test needs posix.pipe()')
941 def test_pipe(self):

Callers

nothing calls this directly

Calls 2

assertTrueMethod · 0.80
strerrorMethod · 0.80

Tested by

no test coverage detected