MCPcopy Create free account
hub / github.com/RustPython/RustPython / test_single

Method test_single

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

Source from the content-addressed store, hash-verified

725 dialect = 'excel'
726
727 def test_single(self):
728 self.readerAssertEqual('abc', [['abc']])
729
730 def test_simple(self):
731 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