adding my maze need to be tested

This commit is contained in:
Maoake Teriierooiterai
2026-03-23 18:49:13 +01:00
parent 22c44333c1
commit e75e14110d
5 changed files with 129 additions and 14 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ def test_maze_setter_getter() -> None:
)
maze.set_maze(test)
assert numpy.array_equal(maze.get_maze(), test) == True
assert numpy.array_equal(maze.get_maze(), test) is True
def test_maze_str() -> None: