run ruff in CI
All checks were successful
CI/CD / build (push) Successful in 9m20s

This commit is contained in:
2024-11-28 20:23:54 +01:00
parent f5308f06ab
commit 36a31f1a06
10 changed files with 164 additions and 90 deletions

View File

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