mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
doing some test
This commit is contained in:
@@ -5,7 +5,7 @@ from amaz_lib.MazeGenerator import DepthFirstSearch
|
|||||||
class TestMazeGenerator:
|
class TestMazeGenerator:
|
||||||
|
|
||||||
def test_generator(self) -> None:
|
def test_generator(self) -> None:
|
||||||
w_h = (300, 300)
|
w_h = (50, 50)
|
||||||
maze = numpy.array([])
|
maze = numpy.array([])
|
||||||
generator = DepthFirstSearch().generator(*w_h)
|
generator = DepthFirstSearch().generator(*w_h)
|
||||||
for output in generator:
|
for output in generator:
|
||||||
|
|||||||
Reference in New Issue
Block a user