Ejemplo n.º 1
0
 def test_with_equals(self):
     output = table.row_line(self.column_sizes, character="=")
     self.assertEquals("+=+=+=+", output)
Ejemplo n.º 2
0
 def test_with_equals(self):
     output = table.row_line(self.column_sizes, character="=")
     self.assertEquals("+=+=+=+", output)
Ejemplo n.º 3
0
 def test_with_dashes(self):
     output = table.row_line(self.column_sizes)
     self.assertEquals("+-+-+-+", output)
Ejemplo n.º 4
0
 def test_with_dashes(self):
     output = table.row_line(self.column_sizes)
     self.assertEquals("+-+-+-+", output)