feat: finally a working super simple pattern
Some checks failed
CI/CD / build (push) Successful in 10m35s
CI/CD / wol (push) Has been cancelled

This commit is contained in:
2025-08-12 15:47:35 +02:00
parent cf18b24207
commit 9c6239028d
5 changed files with 92 additions and 44 deletions

View File

@@ -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