File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ class TestDesperate(TestPlayer):
18
18
'manipulates_state' : False
19
19
}
20
20
21
- def test_strategy (self ):
22
- """
23
- Test that initial strategy defects.
24
- """
25
- self .first_play_test (D )
26
21
27
22
def test_responses (self ):
28
23
@@ -44,11 +39,6 @@ class TestHopeless(TestPlayer):
44
39
'manipulates_state' : False
45
40
}
46
41
47
- def test_strategy (self ):
48
- """
49
- Test that initial strategy cooperates.
50
- """
51
- self .first_play_test (C )
52
42
53
43
def test_responses (self ):
54
44
@@ -69,11 +59,6 @@ class TestWilling(TestPlayer):
69
59
'manipulates_state' : False
70
60
}
71
61
72
- def test_strategy (self ):
73
- """
74
- Test that initial strategy cooperates.
75
- """
76
- self .first_play_test (C )
77
62
78
63
def test_responses (self ):
79
64
You can’t perform that action at this time.
0 commit comments