This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-12-28 11:14:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ad457d6d50
cpython
/
Lib
/
packaging
/
tests
History
Éric Araujo
ad457d6d50
Fix test_command_install_dist in shared Python builds
2011-08-21 17:38:56 +02:00
..
fake_dists
fixer
pypiserver
__init__.py
__main__.py
test_packaging should clean up after itself (but it doesn't really)
2011-07-15 23:26:19 +02:00
LONG_DESC.txt
PKG-INFO
pypi_server.py
pypi_test_server.py
SETUPTOOLS-PKG-INFO
SETUPTOOLS-PKG-INFO2
support.py
Factor out the build_ext fixup for shared Python builds.
2011-08-21 17:38:36 +02:00
test_ccompiler.py
test_command_bdist_dumb.py
test_command_bdist_msi.py
test_command_bdist_wininst.py
test_command_bdist.py
test_command_build_clib.py
test_command_build_ext.py
Factor out the build_ext fixup for shared Python builds.
2011-08-21 17:38:36 +02:00
test_command_build_py.py
test_command_build_scripts.py
test_command_build.py
test_command_check.py
test_command_clean.py
test_command_cmd.py
test_command_config.py
test_command_install_data.py
test_command_install_dist.py
Fix test_command_install_dist in shared Python builds
2011-08-21 17:38:56 +02:00
test_command_install_distinfo.py
Add a simple test for the packaging RECORD file.
2011-08-20 09:31:25 +02:00
test_command_install_headers.py
test_command_install_lib.py
test_command_install_scripts.py
test_command_register.py
Factor out code used by packaging commands for HTTP requests (
#12169
).
2011-07-08 16:27:12 +02:00
test_command_sdist.py
test_command_test.py
test_command_upload_docs.py
Factor out code used by packaging commands for HTTP requests (
#12169
).
2011-07-08 16:27:12 +02:00
test_command_upload.py
test_compiler.py
test_config.py
test_create.py
test_cygwinccompiler.py
test_database.py
Stop trying to write into the stdlib during packaging tests (
#12331
).
2011-07-31 20:47:47 +02:00
test_depgraph.py
test_dist.py
Restore $HOME after test has run (should
fix
#12765
)
2011-08-19 17:47:52 +02:00
test_extension.py
test_install.py
Minor packaging cleanup.
2011-07-29 02:37:21 +02:00
test_manifest.py
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
Use our existing drop-in, no-op decorator instead of redefining it.
2011-08-12 00:15:41 +02:00
test_run.py
test_uninstall.py
Close file handles in a timely manner in packaging.database (
#12504
).
2011-07-08 17:22:19 +02:00
test_unixccompiler.py
test_util.py
Factor out code used by packaging commands for HTTP requests (
#12169
).
2011-07-08 16:27:12 +02:00
test_version.py