cpython/Lib/packaging/tests
Éric Araujo 078368fe4d Use strings instead of sets of lines in packaging.create tests.
Using sets in tests did not check whether the values were written in the right
section or with the right key.
2011-06-06 20:59:56 +02:00
..
fake_dists
fixer
pypiserver
LONG_DESC.txt
PKG-INFO
SETUPTOOLS-PKG-INFO
SETUPTOOLS-PKG-INFO2
__init__.py
__main__.py
pypi_server.py
pypi_test_server.py
support.py Document autoflushing in packaging.test.support.LoggingCatcher.get_logs. 2011-06-03 17:28:23 +02:00
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 Fix test name in debug message 2011-05-31 14:33:32 +02:00
test_command_build_py.py
test_command_build_scripts.py
test_command_check.py Fix format of warnings from the packaging check command 2011-06-02 14:54:44 +02:00
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 Fix comment 2011-06-06 20:28:13 +02:00
test_command_test.py Cleaned up the installer output behavior. 2011-05-30 12:07:49 +02:00
test_command_upload.py
test_command_upload_docs.py
test_compiler.py
test_config.py
test_create.py Use strings instead of sets of lines in packaging.create tests. 2011-06-06 20:59:56 +02:00
test_cygwinccompiler.py
test_database.py cleanup packaging.database 2011-05-30 11:07:54 +02:00
test_depgraph.py
test_dist.py
test_extension.py
test_install.py make sure we check for write access before starting the install, and add correct exit code 2011-05-31 12:09:34 +02:00
test_manifest.py Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler. 2011-06-02 14:53:59 +02:00
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 make sure we check for write access before starting the install, and add correct exit code 2011-05-31 12:09:34 +02:00
test_uninstall.py Cleanup in packaging: don’t unnecessarily instantiate exceptions 2011-06-04 22:33:16 +02:00
test_unixccompiler.py
test_util.py Cleaned up the installer output behavior. 2011-05-30 12:07:49 +02:00
test_version.py