cpython/Lib/packaging/tests
Éric Araujo c06f46f74c Packaging tests: don’t let an internal cache grow indefinitely.
Victor Stinner diagnosed on #12167 that some reference leaks came from
util._path_created, a set used for caching; there are two tests that
cause additions to this set, so now they clear it in tearDown, avoiding
17 refleaks.  (My tests show that it’s necessary to clear the set in
only one test, clearing it in both does not stop more refleaks, but
there’s no harm in doing it.)
2011-06-17 15:43:18 +02:00
..
fake_dists
fixer
pypiserver
__init__.py
__main__.py
LONG_DESC.txt
PKG-INFO
pypi_server.py Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructor 2011-06-15 23:58:57 +02:00
pypi_test_server.py
SETUPTOOLS-PKG-INFO
SETUPTOOLS-PKG-INFO2
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_dumb.py Packaging tests: don’t let an internal cache grow indefinitely. 2011-06-17 15:43:18 +02:00
test_command_bdist_msi.py
test_command_bdist_wininst.py
test_command_bdist.py
test_command_build_clib.py
test_command_build_ext.py Stop binding sys.path as default parameter value in packaging. 2011-06-16 23:43:15 +02:00
test_command_build_py.py Packaging cleanup: remove use of script_name where obsolete 2011-06-08 04:06:50 +02:00
test_command_build_scripts.py
test_command_build.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 Packaging cleanup: remove use of script_name where obsolete 2011-06-08 04:06:50 +02:00
test_command_install_distinfo.py Fix omission in test for packaging install_distinfo command. 2011-06-10 03:53:49 +02:00
test_command_install_headers.py
test_command_install_lib.py Packaging cleanup: remove use of script_name where obsolete 2011-06-08 04:06:50 +02:00
test_command_install_scripts.py
test_command_register.py
test_command_sdist.py Packaging cleanup: remove use of script_name where obsolete 2011-06-08 04:06:50 +02:00
test_command_test.py Cleaned up the installer output behavior. 2011-05-30 12:07:49 +02:00
test_command_upload_docs.py
test_command_upload.py Fix UnboundLocalError in a finally block of one packaging test 2011-06-06 22:24:19 +02:00
test_compiler.py
test_config.py Allow multiple setup hooks in packaging’s setup.cfg files (#12240). 2011-06-11 00:33:38 +02:00
test_create.py Fix sdist to always include setup.cfg (#11092), to comply with the spec 2011-06-06 21:55:43 +02:00
test_cygwinccompiler.py
test_database.py Stop binding sys.path as default parameter value in packaging. 2011-06-16 23:43:15 +02:00
test_depgraph.py
test_dist.py Minor tweaks in packaging’s test_dist. 2011-06-17 13:24:33 +02:00
test_extension.py
test_install.py Don’t try to install something when running from uninstalled source (#12246). 2011-06-10 18:31:40 +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 Clean up packaging.tests.test_mixin2to3 2011-06-16 23:21:01 +02:00
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 Packaging tests: don’t let an internal cache grow indefinitely. 2011-06-17 15:43:18 +02:00
test_unixccompiler.py
test_util.py Specify the encoding of the setup.cfg in one packaging test (#12320) 2011-06-12 22:04:58 +02:00
test_version.py