We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc9efe commit 1079d8dCopy full SHA for 1079d8d
1 file changed
axelrod/tests/strategies/test_adaptive_cooperator.py
@@ -14,9 +14,6 @@ class TestAdaptiveCooperator(TestPlayer):
14
'manipulates_state': False
15
}
16
17
- def test_first__strategy(self):
18
- self.first_play_test(C)
19
-
20
def test_strategy_cooperator(self):
21
actions = [(C, C), (C, C), (C, C), (C, C), (C, C)]
22
self.versus_test(axelrod.Cooperator(), expected_actions=actions)
0 commit comments