.. |
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
|
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_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
|
…
|
|
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
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +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
|
Issue #12115: skipping all tests that need threading under a threadless environment
|
2011-05-19 15:26:59 +02:00 |
test_compiler.py
|
…
|
|
test_config.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_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
|
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_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
|
package: replace open(fn, 'w').close() by open(fn, 'wb').close()
|
2011-05-19 15:52:59 +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
|
…
|
|
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
|
fix packaging tests on Windows: use os.path.join() in glob patterns
|
2011-05-20 00:33:39 +02:00 |
test_run.py
|
…
|
|
test_uninstall.py
|
…
|
|
test_unixccompiler.py
|
…
|
|
test_util.py
|
fix packaging tests on Windows: use os.path.join() in glob patterns
|
2011-05-20 00:33:39 +02:00 |
test_version.py
|
…
|
|