8 lines
151 B
Python
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
|