summary refs log tree commit diff stats
path: root/test/TestMastery.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TestMastery.py')
-rw-r--r--test/TestMastery.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/TestMastery.py b/test/TestMastery.py index 3ebe40a..c9c79a9 100644 --- a/test/TestMastery.py +++ b/test/TestMastery.py
@@ -5,7 +5,8 @@ class TestMasteryWhenVictoryIsTheEnd(LingoTestBase):
5 options = { 5 options = {
6 "mastery_achievements": "22", 6 "mastery_achievements": "22",
7 "victory_condition": "the_end", 7 "victory_condition": "the_end",
8 "shuffle_colors": "true" 8 "shuffle_colors": "true",
9 "shuffle_postgame": "true",
9 } 10 }
10 11
11 def test_requirement(self): 12 def test_requirement(self):
@@ -43,7 +44,8 @@ class TestMasteryBlocksDependents(LingoTestBase):
43 options = { 44 options = {
44 "mastery_achievements": "24", 45 "mastery_achievements": "24",
45 "shuffle_colors": "true", 46 "shuffle_colors": "true",
46 "location_checks": "insanity" 47 "location_checks": "insanity",
48 "victory_condition": "level_2",
47 } 49 }
48 50
49 def test_requirement(self): 51 def test_requirement(self):