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 c87838e commit 00bce75Copy full SHA for 00bce75
tests/test_api.py
@@ -249,12 +249,14 @@ def test_more_complex_deps_requires_text(self):
249
def test_as_json(self):
250
md = metadata('distinfo-pkg').json
251
assert 'name' in md
252
+ assert md['keywords'] == ['sample', 'package']
253
desc = md['description']
254
assert desc.startswith('Once upon a time\nThere was')
255
256
def test_as_json_egg_info(self):
257
md = metadata('egginfo-pkg').json
258
259
260
261
262
0 commit comments