Ejemplo n.º 1
0
def test_get_separator():
    """should return the correct ASCII separator string"""
    table = Table(num_cols=5, width=78)
    nose.assert_equal(table.get_separator(), '-' * 78)