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

Method test_simple_writer

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

Source from the content-addressed store, hash-verified

839
840 @unittest.expectedFailure # TODO: RUSTPYTHON
841 def test_simple_writer(self):
842 self.writerAssertEqual([[1, 'abc def', 'abc']], '"1","abc def","abc"\n')
843
844 def test_simple_reader(self):
845 self.readerAssertEqual('"1","abc def","abc"\n', [['1', 'abc def', 'abc']])

Callers

nothing calls this directly

Calls 1

writerAssertEqualMethod · 0.80

Tested by

no test coverage detected