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