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

Method test_empty_str

Lib/test/test_apple.py:44–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42 self.assertIs(self.log.write_through, False)
43
44 def test_empty_str(self):
45 self.log.write("")
46 self.log.flush()
47
48 self.assert_writes([])
49
50 def test_simple_str(self):
51 self.log.write("hello world\n")

Callers

nothing calls this directly

Calls 3

assert_writesMethod · 0.95
writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected