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

Method test_single

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

Source from the content-addressed store, hash-verified

706 dialect = 'excel'
707
708 def test_single(self):
709 self.readerAssertEqual('abc', [['abc']])
710
711 def test_simple(self):
712 self.readerAssertEqual('1,2,3,4,5', [['1','2','3','4','5']])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected