small pattern and fix circle arc
All checks were successful
CI/CD / wol (push) Successful in 0s
CI/CD / build (push) Successful in 10m33s

This commit is contained in:
2025-09-01 21:13:04 +02:00
parent 7adb7ed34a
commit f26bd7bf2e
4 changed files with 123 additions and 80 deletions

View File

@@ -1,7 +1,7 @@
from grid.ui.pattern import Pattern
from grid.ui.pattern import LargeUltimaPattern
class TestPattern:
def test_position(self):
p = Pattern(0, 0)
p = LargeUltimaPattern(0, 0)
assert len(p.childItems()) > 0