mirror of
https://github.com/KevinMidboe/tableprint.git
synced 2026-02-16 14:29:26 +00:00
working on support for variable widths in columns
This commit is contained in:
@@ -22,5 +22,5 @@ def test_row():
|
||||
assert row([1, 2, 3], width=3, style='clean') == ' 1 2 3 '
|
||||
|
||||
# invalid
|
||||
with pytest.raises(ValueError) as context:
|
||||
with pytest.raises(ValueError):
|
||||
row([{}])
|
||||
|
||||
Reference in New Issue
Block a user