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

Method test_blankline

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

Source from the content-addressed store, hash-verified

712 self.readerAssertEqual('1,2,3,4,5', [['1','2','3','4','5']])
713
714 def test_blankline(self):
715 self.readerAssertEqual('', [])
716
717 def test_empty_fields(self):
718 self.readerAssertEqual(',', [['', '']])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected