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 b85297c commit edb39c6Copy full SHA for edb39c6
axelrod/tests/strategies/test_punisher.py
@@ -23,7 +23,6 @@ class TestPunisher(TestPlayer):
23
def test_init(self):
24
"""Tests for the __init__ method."""
25
player = axelrod.Punisher()
26
- self.assertEqual(player.history, [])
27
self.assertEqual(player.mem_length, 1)
28
self.assertFalse(player.grudged)
29
self.assertEqual(player.grudge_memory, 1)
@@ -72,7 +71,6 @@ class TestInversePunisher(TestPlayer):
72
71
73
74
player = axelrod.InversePunisher()
75
76
77
78
0 commit comments