mod: ядро (06) пасхалка через ID

This commit is contained in:
2026-09-03 00:22:55 +03:00
parent da810a8583
commit 05c3e62ed5
2 changed files with 7 additions and 10 deletions
+2 -1
View File
@@ -71,7 +71,8 @@ class HalftoneServiceTests(BaseMediaTestCase):
self.assertIn("</svg>", svg)
self.assertIn("<defs>", svg)
self.assertIn('<circle id="s', svg)
self.assertIn('<g id="hypn0-canvas">', svg)
self.assertIn('<g id="hypn0-xyz"', svg)
self.assertIn("<desc>Generated by Hypn0", svg)
def test_generate_shapes(self):
shapes = ["circle", "ring", "square", "diamond", "triangle", "hexagon", "star", "cross", "line", "wave", "heart"]