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

Method test_single_writer

Lib/test/test_csv.py:787–788  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

785 self.writerAssertEqual([], '')
786
787 def test_single_writer(self):
788 self.writerAssertEqual([['abc']], 'abc\r\n')
789
790 def test_simple_writer(self):
791 self.writerAssertEqual([[1, 2, 'abc', 3, 4]], '1,2,abc,3,4\r\n')

Callers

nothing calls this directly

Calls 1

writerAssertEqualMethod · 0.80

Tested by

no test coverage detected