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

Method test_empty_fields

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

Source from the content-addressed store, hash-verified

715 self.readerAssertEqual('', [])
716
717 def test_empty_fields(self):
718 self.readerAssertEqual(',', [['', '']])
719
720 def test_singlequoted(self):
721 self.readerAssertEqual('""', [['']])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected