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

Method test_singlequoted_right_empty

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

Source from the content-addressed store, hash-verified

724 self.readerAssertEqual('"",', [['','']])
725
726 def test_singlequoted_right_empty(self):
727 self.readerAssertEqual(',""', [['','']])
728
729 def test_single_quoted_quote(self):
730 self.readerAssertEqual('""""', [['"']])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected