cpython/Lib/packaging/tests
Victor Stinner 79d1b1ce3f Issue #12167: packaging.tests.support, LoggingCatcher restores correctly the
log level. Avoid also calls to .addCleanup() in setUp().
2011-05-24 13:59:21 +02:00
..
fake_dists
fixer
pypiserver
LONG_DESC.txt
PKG-INFO
SETUPTOOLS-PKG-INFO
SETUPTOOLS-PKG-INFO2
__init__.py
__main__.py
pypi_server.py not using a server name anymore as the 127.0.0.1 <> localhost symmetry is not true under Windows 7 2011-05-22 23:25:48 +02:00
pypi_test_server.py
support.py Issue #12167: packaging.tests.support, LoggingCatcher restores correctly the 2011-05-24 13:59:21 +02:00
test_ccompiler.py
test_command_bdist.py
test_command_bdist_dumb.py Refactor a few tests to use the new requires_zlib decorator. 2011-05-19 22:03:22 +03:00
test_command_bdist_msi.py
test_command_bdist_wininst.py
test_command_build.py
test_command_build_clib.py
test_command_build_ext.py Issue 12132 - skip the test_buil_ext test if the xx module is not found 2011-05-22 22:09:55 +02:00
test_command_build_py.py Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode check 2011-05-19 19:56:12 +02:00
test_command_build_scripts.py packaging: use with open() instead of try/finally: close 2011-05-19 15:51:27 +02:00
test_command_check.py
test_command_clean.py
test_command_cmd.py
test_command_config.py
test_command_install_data.py packaging.tests.test_command_install_data: restore correctly sysconfig._SCHEMES 2011-05-20 01:56:42 +02:00
test_command_install_dist.py packaging: use with open() instead of try/finally: close 2011-05-19 15:51:27 +02:00
test_command_install_distinfo.py packaging: don't use locale encoding to compute MD5 checksums 2011-05-19 15:09:57 +02:00
test_command_install_headers.py
test_command_install_lib.py make sure build_dir.build_lib is synced to the faked build location 2011-05-23 17:35:20 +02:00
test_command_install_scripts.py packaging: use with open() instead of try/finally: close 2011-05-19 15:51:27 +02:00
test_command_register.py
test_command_sdist.py Skip tests that require zlib in the packaging tests. Also add a requires_zlib decorator to test.support. 2011-05-19 21:25:10 +03:00
test_command_test.py
test_command_upload.py skip more tests in packaging if threading is not supported 2011-05-23 00:41:27 +02:00
test_command_upload_docs.py skip the pypi upload doc test via https, if ssl is not available 2011-05-21 19:53:45 +02:00
test_compiler.py
test_config.py make sure the cwd is restored on tearDown 2011-05-23 18:31:20 +02:00
test_create.py Issue #12125: fixed the failures under Solaris due to improper test cleanup. 2011-05-23 19:07:56 +02:00
test_cygwinccompiler.py
test_database.py use the same line terminator everywhere 2011-05-21 19:45:48 +02:00
test_depgraph.py Skip tests that require zlib in the packaging tests. Also add a requires_zlib decorator to test.support. 2011-05-19 21:25:10 +03:00
test_dist.py Issue #12112: packaging reads/writes metadata using UTF-8 2011-05-19 18:49:56 +02:00
test_extension.py
test_install.py fixed the move api in packaging.install, and closing the handle left by mkstemp() in its test module 2011-05-21 15:12:10 +02:00
test_manifest.py Issue #12125: fixed the failures under Solaris due to improper test cleanup. 2011-05-23 19:07:56 +02:00
test_markers.py
test_metadata.py Issue #12112: packaging reads/writes metadata using UTF-8 2011-05-19 18:49:56 +02:00
test_mixin2to3.py
test_msvc9compiler.py
test_pypi_dist.py skip more tests in packaging if threading is not supported 2011-05-23 00:41:27 +02:00
test_pypi_server.py packaging: use with open() instead of try/finally: close 2011-05-19 15:51:27 +02:00
test_pypi_simple.py make sure the crawler can browse file-based indexes under win32 2011-05-21 22:47:40 +02:00
test_pypi_xmlrpc.py skip more tests in packaging if threading is not supported 2011-05-23 00:41:27 +02:00
test_resources.py fixed the separator issues in packaging/resources+config 2011-05-21 11:48:16 +02:00
test_run.py
test_uninstall.py Issue #12125: fixed the failures under Solaris due to improper test cleanup. 2011-05-23 19:07:56 +02:00
test_unixccompiler.py
test_util.py fixed the cwd cleanup in packaging test_util 2011-05-23 18:47:27 +02:00
test_version.py