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

Method test_simple

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

Source from the content-addressed store, hash-verified

728 self.readerAssertEqual('abc', [['abc']])
729
730 def test_simple(self):
731 self.readerAssertEqual('1,2,3,4,5', [['1','2','3','4','5']])
732
733 def test_blankline(self):
734 self.readerAssertEqual('', [])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected