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