We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95daa38 commit 32b655fCopy full SHA for 32b655f
axelrod/tests/unit/test_moran.py
@@ -193,9 +193,9 @@ def test_different_game(self):
193
self.assertEqual(mp.winning_strategy_name, str(p1))
194
195
def test_different_match(self):
196
- # Using a different game where the scores are all the same
197
- # This is a test to mainly show that the results are different to the
198
- # results of `test_different_game` where the same seed is used.
+ """Test alternative Match class, mainly to show that the results are different
+ than the results of `test_different_game` where the same seed is used."""
+ # Using a different game where the scores are all constant
199
class StandInMatch(axl.Match):
200
"""A Match were all players get a score of 3"""
201
0 commit comments