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

Method test_read1_0

Lib/test/test_zstd.py:1979–1981  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1977 self.assertEqual(f.read1(), b"")
1978
1979 def test_read1_0(self):
1980 with ZstdFile(io.BytesIO(COMPRESSED_DAT)) as f:
1981 self.assertEqual(f.read1(0), b"")
1982
1983 def test_read1_10(self):
1984 with ZstdFile(io.BytesIO(COMPRESSED_DAT)) as f:

Callers

nothing calls this directly

Calls 3

ZstdFileClass · 0.90
assertEqualMethod · 0.45
read1Method · 0.45

Tested by

no test coverage detected