Skip to content

Commit 4c0ada7

Browse files
drvinceknightmarcharper
authored andcommitted
Remove test for foil strategy inspection.
1 parent bcb5008 commit 4c0ada7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

axelrod/tests/strategies/test_darwin.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ def test_setup(self):
3737
self.assertEqual(player.genome, [C])
3838
self.assertEqual(player.history, [])
3939

40-
def test_foil_strategy_inspection(self):
41-
self.assertEqual(self.player().foil_strategy_inspection(), C)
42-
4340
def test_strategy(self):
4441
p1 = self.player()
4542
p1.reset()

0 commit comments

Comments
 (0)