Files
sphere-grid/grid/test/test_pattern.py
Alexandre Rio 9c6239028d
Some checks failed
CI/CD / build (push) Successful in 10m35s
CI/CD / wol (push) Has been cancelled
feat: finally a working super simple pattern
2025-08-12 15:47:35 +02:00

8 lines
151 B
Python

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