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

Method test_raw_released

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

Source from the content-addressed store, hash-verified

158
159 @unittest.expectedFailure # TODO: RUSTPYTHON
160 def test_raw_released(self):
161 pb = PickleBuffer(b"foo")
162 pb.release()
163 with self.assertRaises(ValueError) as raises:
164 pb.raw()
165
166
167if __name__ == "__main__":

Callers

nothing calls this directly

Calls 3

releaseMethod · 0.45
assertRaisesMethod · 0.45
rawMethod · 0.45

Tested by

no test coverage detected