Skip to content

Commit 32b655f

Browse files
authored
Edit docstring in test_moran
1 parent 95daa38 commit 32b655f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

axelrod/tests/unit/test_moran.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ def test_different_game(self):
193193
self.assertEqual(mp.winning_strategy_name, str(p1))
194194

195195
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.
196+
"""Test alternative Match class, mainly to show that the results are different
197+
than the results of `test_different_game` where the same seed is used."""
198+
# Using a different game where the scores are all constant
199199
class StandInMatch(axl.Match):
200200
"""A Match were all players get a score of 3"""
201201

0 commit comments

Comments
 (0)