Files
sphere-grid/grid/test/test_pattern.py
Alexandre RIO f26bd7bf2e
All checks were successful
CI/CD / wol (push) Successful in 0s
CI/CD / build (push) Successful in 10m33s
small pattern and fix circle arc
2025-09-01 21:13:04 +02:00

8 lines
173 B
Python

from grid.ui.pattern import LargeUltimaPattern
class TestPattern:
def test_position(self):
p = LargeUltimaPattern(0, 0)
assert len(p.childItems()) > 0