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 a3ea937 commit bf8ccbaCopy full SHA for bf8ccba
tests/test_api.py
@@ -181,8 +181,9 @@ def test_entry_points_groups_get(self):
181
entry_points().get('missing', ()) == ()
182
183
def test_entry_points_allows_no_attributes(self):
184
+ ep = entry_points().select(group='entries', name='main')
185
with self.assertRaises(AttributeError):
- entry_points()['entries'][0].foo = 4
186
+ ep.foo = 4
187
188
def test_metadata_for_this_package(self):
189
md = metadata('egginfo-pkg')
0 commit comments