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

Method test_simple

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

Source from the content-addressed store, hash-verified

709 self.readerAssertEqual('abc', [['abc']])
710
711 def test_simple(self):
712 self.readerAssertEqual('1,2,3,4,5', [['1','2','3','4','5']])
713
714 def test_blankline(self):
715 self.readerAssertEqual('', [])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected