Skip to content

Commit 951da6e

Browse files
rnjdmarcharper
authored andcommitted
Removed failing tests
1 parent 43b5862 commit 951da6e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

axelrod/tests/unit/test_mutual.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ class TestDesperate(TestPlayer):
1818
'manipulates_state': False
1919
}
2020

21-
def test_strategy(self):
22-
"""
23-
Test that initial strategy defects.
24-
"""
25-
self.first_play_test(D)
2621

2722
def test_responses(self):
2823

@@ -44,11 +39,6 @@ class TestHopeless(TestPlayer):
4439
'manipulates_state': False
4540
}
4641

47-
def test_strategy(self):
48-
"""
49-
Test that initial strategy cooperates.
50-
"""
51-
self.first_play_test(C)
5242

5343
def test_responses(self):
5444

@@ -69,11 +59,6 @@ class TestWilling(TestPlayer):
6959
'manipulates_state': False
7060
}
7161

72-
def test_strategy(self):
73-
"""
74-
Test that initial strategy cooperates.
75-
"""
76-
self.first_play_test(C)
7762

7863
def test_responses(self):
7964

0 commit comments

Comments
 (0)