mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Run black over arrange tests
This commit is contained in:
@@ -94,8 +94,9 @@ def test_arrange_dock_bottom():
|
|||||||
assert widgets == {child, header}
|
assert widgets == {child, header}
|
||||||
assert spacing == Spacing(0, 0, 1, 0)
|
assert spacing == Spacing(0, 0, 1, 0)
|
||||||
|
|
||||||
|
|
||||||
def test_arrange_dock_badly():
|
def test_arrange_dock_badly():
|
||||||
child = Widget(id="child")
|
child = Widget(id="child")
|
||||||
child.styles.dock = "nowhere"
|
child.styles.dock = "nowhere"
|
||||||
with pytest.raises(AssertionError):
|
with pytest.raises(AssertionError):
|
||||||
_ = arrange( Widget(), [child], Size(80, 24), Size(80, 24))
|
_ = arrange(Widget(), [child], Size(80, 24), Size(80, 24))
|
||||||
|
|||||||
Reference in New Issue
Block a user