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 0460524 commit a54488dCopy full SHA for a54488d
tests/test_api.py
@@ -141,8 +141,8 @@ def test_entry_points_groups_getitem(self):
141
with warnings.catch_warnings(record=True):
142
entry_points()['entries'] == entry_points(group='entries')
143
144
- with self.assertRaises(KeyError):
145
- entry_points()['missing']
+ with self.assertRaises(KeyError):
+ entry_points()['missing']
146
147
def test_entry_points_groups_get(self):
148
"""
0 commit comments