mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
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. |
||
|---|---|---|
| .. | ||
| fake_dists | ||
| fixer | ||
| pypiserver | ||
| __init__.py | ||
| __main__.py | ||
| LONG_DESC.txt | ||
| PKG-INFO | ||
| pypi_server.py | ||
| pypi_test_server.py | ||
| SETUPTOOLS-PKG-INFO | ||
| SETUPTOOLS-PKG-INFO2 | ||
| support.py | ||
| test_ccompiler.py | ||
| test_command_bdist.py | ||
| test_command_bdist_dumb.py | ||
| test_command_bdist_msi.py | ||
| test_command_bdist_wininst.py | ||
| test_command_build.py | ||
| test_command_build_clib.py | ||
| test_command_build_ext.py | ||
| test_command_build_py.py | ||
| test_command_build_scripts.py | ||
| test_command_check.py | ||
| test_command_clean.py | ||
| test_command_cmd.py | ||
| test_command_config.py | ||
| test_command_install_data.py | ||
| test_command_install_dist.py | ||
| test_command_install_distinfo.py | ||
| test_command_install_headers.py | ||
| test_command_install_lib.py | ||
| test_command_install_scripts.py | ||
| test_command_register.py | ||
| test_command_sdist.py | ||
| test_command_test.py | ||
| test_command_upload.py | ||
| test_command_upload_docs.py | ||
| test_compiler.py | ||
| test_config.py | ||
| test_create.py | ||
| test_cygwinccompiler.py | ||
| test_database.py | ||
| test_depgraph.py | ||
| test_dist.py | ||
| test_extension.py | ||
| test_install.py | ||
| test_manifest.py | ||
| test_markers.py | ||
| test_metadata.py | ||
| test_mixin2to3.py | ||
| test_msvc9compiler.py | ||
| test_pypi_dist.py | ||
| test_pypi_server.py | ||
| test_pypi_simple.py | ||
| test_pypi_xmlrpc.py | ||
| test_run.py | ||
| test_uninstall.py | ||
| test_unixccompiler.py | ||
| test_util.py | ||
| test_version.py | ||