cpython/Lib/packaging/tests
Tarek Ziade 99d4623850 deactivating one test under win32 for now 2011-05-21 23:05:19 +02:00
..
fake_dists
fixer
pypiserver
LONG_DESC.txt
PKG-INFO
SETUPTOOLS-PKG-INFO
SETUPTOOLS-PKG-INFO2
__init__.py
__main__.py
pypi_server.py Fix another ResourceWarning in test_packaging. 2011-05-20 20:27:54 +03:00
pypi_test_server.py
support.py fixed a few mocking/cleanup issues in packaging test_util for win32 2011-05-21 10:37:58 +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 fixed the export symbols for the win32 linker 2011-05-21 21:48:04 +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
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
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 fixed the way the cfg file markers values are split under win32 2011-05-21 12:00:10 +02:00
test_create.py Issue #12112: packaging reads and writes setup.cfg using UTF-8 2011-05-19 18:45:32 +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
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 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_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 Issue #12115: skipping all tests that need threading under a threadless environment 2011-05-19 15:26:59 +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 deactivating one test under win32 for now 2011-05-21 23:05:19 +02:00
test_unixccompiler.py
test_util.py fixed a few mocking/cleanup issues in packaging test_util for win32 2011-05-21 10:37:58 +02:00
test_version.py