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

Method test_singlequoted

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

Source from the content-addressed store, hash-verified

737 self.readerAssertEqual(',', [['', '']])
738
739 def test_singlequoted(self):
740 self.readerAssertEqual('""', [['']])
741
742 def test_singlequoted_left_empty(self):
743 self.readerAssertEqual('"",', [['','']])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected