Files
sphere-grid/grid/test/test_pattern.py
Alexandre RIO 36a31f1a06
All checks were successful
CI/CD / build (push) Successful in 9m20s
run ruff in CI
2024-11-30 11:23:41 +01:00

8 lines
155 B
Python

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