finish the mypy

This commit is contained in:
Maoake Teriierooiterai
2026-04-01 16:09:42 +02:00
parent c9e0cf0610
commit b659871902
5 changed files with 21 additions and 23 deletions
+1 -5
View File
@@ -1,5 +1,5 @@
import numpy
from amaz_lib.MazeGenerator import DepthFirstSearch, MazeGenerator
from amaz_lib.MazeGenerator import DepthFirstSearch
class TestMazeGenerator:
@@ -12,7 +12,3 @@ class TestMazeGenerator:
maze = output
assert maze.shape == w_h
def test_gen_broken(self) -> None:
test = MazeGenerator.gen_broken_set(50, 50)
assert len(test) > 0