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

Method test_raw

Lib/test/test_picklebuffer.py:116–119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114
115 @unittest.expectedFailure # TODO: RUSTPYTHON
116 def test_raw(self):
117 for obj in (b"foo", bytearray(b"foo")):
118 with self.subTest(obj=obj):
119 self.check_raw(obj, obj)
120
121 @unittest.expectedFailure # TODO: RUSTPYTHON
122 def test_raw_ndarray(self):

Callers

nothing calls this directly

Calls 2

check_rawMethod · 0.95
subTestMethod · 0.80

Tested by

no test coverage detected