Esempio n. 1
0
 def test_write_list_to_filerows(self):
     common.write_list_to_filerows(self.outfile, ['a', 'b'])
     self.assertEqual(self.outfile.getvalue(), 'a\nb\n')
Esempio n. 2
0
 def test_write_list_to_filerows(self):
     common.write_list_to_filerows(self.outfile, ["a", "b"])
     self.assertEqual(self.outfile.getvalue(), "a\nb\n")
Esempio n. 3
0
 def test_write_list_to_filerows(self):
     common.write_list_to_filerows(self.outfile, ['a', 'b'])
     self.assertEqual(self.outfile.getvalue(), 'a\nb\n')