Skip to content

Commit 64e97e4

Browse files
RomeroLauramarcharper
authored andcommitted
fix test_meta.py
change line 641 of axelrod/tests/strategies/test_meta.py
1 parent 98fd3be commit 64e97e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

axelrod/tests/strategies/test_meta.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,10 @@ class TestNMWEDeterministic(TestMetaPlayer):
631631
def classifier_test(self, expected_class_classifier=None):
632632
pass
633633

634+
def test_strategy(self):
635+
actions = [(C, C), (C, D), (C, C), (D, D), (D, C)]
636+
self.versus_test(opponent=axl.Alternator(), expected_actions=actions, seed=11)
637+
634638

635639
class TestNMWEStochastic(TestMetaPlayer):
636640
name = "NMWE Stochastic"

0 commit comments

Comments
 (0)