Kaydet (Commit) 41dc63fa authored tarafından Georg Brandl's avatar Georg Brandl

Fix two redefined test methods.

üst b3cda98d
......@@ -549,10 +549,10 @@ hammer and saw"
def test_null(self):
self.writerAssertEqual([], '')
def test_single(self):
def test_single_writer(self):
self.writerAssertEqual([['abc']], 'abc\r\n')
def test_simple(self):
def test_simple_writer(self):
self.writerAssertEqual([[1, 2, 'abc', 3, 4]], '1,2,abc,3,4\r\n')
def test_quotes(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment