summary refs log tree commit diff stats
path: root/test/TestProgressive.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TestProgressive.py')
-rw-r--r--test/TestProgressive.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/TestProgressive.py b/test/TestProgressive.py index e79fd6b..2c837f5 100644 --- a/test/TestProgressive.py +++ b/test/TestProgressive.py
@@ -3,7 +3,7 @@ from . import LingoTestBase
3 3
4class TestComplexProgressiveHallwayRoom(LingoTestBase): 4class TestComplexProgressiveHallwayRoom(LingoTestBase):
5 options = { 5 options = {
6 "shuffle_doors": "complex" 6 "shuffle_doors": "doors"
7 } 7 }
8 8
9 def test_item(self): 9 def test_item(self):
@@ -54,7 +54,8 @@ class TestComplexProgressiveHallwayRoom(LingoTestBase):
54 54
55class TestSimpleHallwayRoom(LingoTestBase): 55class TestSimpleHallwayRoom(LingoTestBase):
56 options = { 56 options = {
57 "shuffle_doors": "simple" 57 "shuffle_doors": "doors",
58 "group_doors": "true",
58 } 59 }
59 60
60 def test_item(self): 61 def test_item(self):
@@ -81,7 +82,7 @@ class TestSimpleHallwayRoom(LingoTestBase):
81 82
82class TestProgressiveArtGallery(LingoTestBase): 83class TestProgressiveArtGallery(LingoTestBase):
83 options = { 84 options = {
84 "shuffle_doors": "complex", 85 "shuffle_doors": "doors",
85 "shuffle_colors": "false", 86 "shuffle_colors": "false",
86 } 87 }
87 88