feat: finally a working super simple pattern
This commit is contained in:
@@ -3,5 +3,5 @@ from grid.ui.pattern import Pattern
|
||||
|
||||
class TestPattern:
|
||||
def test_position(self):
|
||||
p = Pattern(500, 500)
|
||||
p = Pattern(0, 0)
|
||||
assert len(p.childItems()) > 0
|
||||
|
||||
Reference in New Issue
Block a user