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

Method test_blankline

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

Source from the content-addressed store, hash-verified

731 self.readerAssertEqual('1,2,3,4,5', [['1','2','3','4','5']])
732
733 def test_blankline(self):
734 self.readerAssertEqual('', [])
735
736 def test_empty_fields(self):
737 self.readerAssertEqual(',', [['', '']])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected