cpython/Lib/packaging
Éric Araujo 6bbd775377 Consolidate tests for packaging.metadata.
New tests were added in test_metadata and old tests inherited from
distutils were still in test_dist, so I moved them into test_metadata
(except for one which was more at home in test_run) and merged
duplicates.

I also added some skips to lure contributors <wink>, optimized the
Metadata.update method a trifle, and added notes about a number of
issues.

A note: The tests in test_dist used to dump the Metadata objects to a
file in the METADATA format and look for strings in its contents; I
updated them to use the mapping API of Metadata instead.  For some
fields with special writing rules, I have added tests to ensure my
conversion did not lose anything.
2011-09-10 05:18:20 +02:00
..
command Clean up packaging.util: add __all__, remove some unused functions. 2011-09-01 05:11:29 +02:00
compiler
pypi
tests Consolidate tests for packaging.metadata. 2011-09-10 05:18:20 +02:00
__init__.py
_trove.py Update list of trove classifiers to match PyPI 2011-08-30 19:05:46 +02:00
compat.py
config.py Minor improvement to extensions in setup.cfg: check parent package 2011-09-01 07:01:13 +02:00
create.py Clean up packaging.util: add __all__, remove some unused functions. 2011-09-01 05:11:29 +02:00
database.py Fix typo 2011-08-19 00:53:20 +02:00
depgraph.py Minor packaging cleanup. 2011-07-29 02:37:21 +02:00
dist.py Remove display options (--name, etc.) from the Distribution class. 2011-08-30 00:55:02 +02:00
errors.py
fancy_getopt.py
install.py Minor packaging cleanup. 2011-07-29 02:37:21 +02:00
manifest.py
markers.py
metadata.py Consolidate tests for packaging.metadata. 2011-09-10 05:18:20 +02:00
run.py Move help texts near to the function they’re related to 2011-08-30 22:23:52 +02:00
util.py Clean up packaging.util: add __all__, remove some unused functions. 2011-09-01 05:11:29 +02:00
version.py