mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
inter-widget updates
This commit is contained in:
@@ -259,11 +259,11 @@ def test_region_y_extents():
|
||||
|
||||
|
||||
def test_region_x_max():
|
||||
assert Region(5, 10, 20, 30).x_max == 25
|
||||
assert Region(5, 10, 20, 30).right == 25
|
||||
|
||||
|
||||
def test_region_y_max():
|
||||
assert Region(5, 10, 20, 30).y_max == 40
|
||||
assert Region(5, 10, 20, 30).bottom == 40
|
||||
|
||||
|
||||
def test_region_x_range():
|
||||
|
||||
Reference in New Issue
Block a user