def test_rounds(self): self.versus_test(axelrod.Fortress3(), axelrod.TitForTat(), [D, D, D, C], [C, D, D, D])
def test_rounds(self): self.versus_test(axelrod.Fortress3(), axelrod.Cooperator(), [D, D, D, D, D, D], [C] * 6)
def test_rounds(self): self.versus_test(axelrod.Fortress3(), axelrod.Fortress3(), [D, D, C, C, C], [D, D, C, C, C])