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 ca277bb commit e0a9fceCopy full SHA for e0a9fce
axelrod/tests/integration/test_names.py
@@ -5,7 +5,7 @@
5
class TestNames(unittest.TestCase):
6
7
def test_all_strategies_have_names(self):
8
- names = [s.name for s in all_strategies if s.name is not None]
+ names = [s.name for s in all_strategies if s.name]
9
self.assertEqual(len(names), len(all_strategies))
10
11
def test_all_names_are_unique(self):
0 commit comments