예제 #1
0
 def test_rounds(self):
     self.versus_test(axelrod.Fortress4(), axelrod.TitForTat(),
                      [D, D, D, D, C, D], [C, D, D, D, D, C])
예제 #2
0
 def test_rounds(self):
     self.versus_test(axelrod.Fortress4(), axelrod.Cooperator(),
                      [D, D, D, D, D, D], [C] * 6)
예제 #3
0
 def test_rounds(self):
     self.versus_test(axelrod.Fortress4(), axelrod.Fortress4(),
                      [D, D, D, C, C, C], [D, D, D, C, C, C])