inter-widget updates

This commit is contained in:
Will McGugan
2022-06-24 16:00:12 +01:00
parent fa8885d674
commit 03bfe10e69
10 changed files with 196 additions and 54 deletions

View File

@@ -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():