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 ea0f33e commit ca277bbCopy full SHA for ca277bb
axelrod/tests/integration/test_names.py
@@ -9,5 +9,5 @@ def test_all_strategies_have_names(self):
9
self.assertEqual(len(names), len(all_strategies))
10
11
def test_all_names_are_unique(self):
12
- names = set(s.name for s in all_strategies if s.name)
+ names = set(s.name for s in all_strategies)
13
0 commit comments