cpython/Lib/packaging/tests
Éric Araujo 0efc419d4a Adapt test and example after e39d1b6f0856.
Tarek’s commit fixed the way packaging configuration file markers are
split under Windows, but these two files were not edited.
2011-11-14 18:21:38 +01:00
..
fake_dists initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
fixer initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
pypiserver initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
__init__.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
__main__.py Clean up some idioms in packaging tests. 2011-10-19 08:49:20 +02:00
LONG_DESC.txt initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
PKG-INFO initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
pypi_server.py Cleanup in packaging: super considered super 2011-10-14 17:04:39 +02:00
pypi_test_server.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
SETUPTOOLS-PKG-INFO initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
SETUPTOOLS-PKG-INFO2 initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
support.py Clean up mocking of stdout and stdin in packaging tests. 2011-11-06 11:32:47 +01:00
test_ccompiler.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
test_command_bdist.py Make bdist_* commands respect --skip-build passed to bdist (#10946). 2011-08-30 01:42:50 +02:00
test_command_bdist_dumb.py Actually check the contents of the file created by packaging’s bdist_dumb 2011-11-03 06:00:02 +01:00
test_command_bdist_msi.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
test_command_bdist_wininst.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
test_command_build.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
test_command_build_clib.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
test_command_build_ext.py Clean up mocking of stdout and stdin in packaging tests. 2011-11-06 11:32:47 +01:00
test_command_build_py.py Clean up mocking of stdout and stdin in packaging tests. 2011-11-06 11:32:47 +01: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 Change signature of packaging.tests.support.LoggingCatcher.get_logs. 2011-10-19 08:37:22 +02:00
test_command_clean.py Minor tweak to packaging tests. 2011-11-06 10:48:55 +01:00
test_command_cmd.py Change signature of packaging.tests.support.LoggingCatcher.get_logs. 2011-10-19 08:37:22 +02:00
test_command_config.py Make C code in one packaging test comply with ISO C (#10359). 2011-10-08 02:58:50 +02:00
test_command_install_data.py Minor tweak to packaging tests. 2011-11-06 10:48:55 +01:00
test_command_install_dist.py Clean up some idioms in packaging tests. 2011-10-19 08:49:20 +02:00
test_command_install_distinfo.py Use more standard name for one option of packaging’s install_distinfo 2011-11-06 11:52:30 +01:00
test_command_install_headers.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
test_command_install_lib.py Clean up byte-compilation code in packaging (#11254 followup). 2011-11-14 18:10:19 +01: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 Clean up mocking of stdout and stdin in packaging tests. 2011-11-06 11:32:47 +01:00
test_command_sdist.py Minor tweak to packaging tests. 2011-11-06 10:48:55 +01:00
test_command_test.py Clean up some idioms in packaging tests. 2011-10-19 08:49:20 +02:00
test_command_upload.py Clean up some idioms in packaging tests. 2011-10-19 08:49:20 +02:00
test_command_upload_docs.py Clean up some idioms in packaging tests. 2011-10-19 08:49:20 +02:00
test_compiler.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
test_config.py Adapt test and example after e39d1b6f0856. 2011-11-14 18:21:38 +01:00
test_create.py Clean up mocking of stdout and stdin in packaging tests. 2011-11-06 11:32:47 +01:00
test_cygwinccompiler.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
test_database.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
test_depgraph.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
test_dist.py Make sure packaging tests that register custom commands also clear them 2011-11-06 07:01:18 +01:00
test_extension.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
test_install.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
test_manifest.py Change signature of packaging.tests.support.LoggingCatcher.get_logs. 2011-10-19 08:37:22 +02:00
test_markers.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
test_metadata.py Change signature of packaging.tests.support.LoggingCatcher.get_logs. 2011-10-19 08:37:22 +02:00
test_mixin2to3.py Improve byte-compilation in packaging to be independent of -O or -B. 2011-11-03 05:08:28 +01:00
test_msvc9compiler.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
test_pypi_dist.py Squash last tempdir leak in packaging tests. 2011-09-19 20:57:52 +02:00
test_pypi_server.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
test_pypi_simple.py A ricochet from fixing #10680: http://http://example.com/ no longer reports 2011-10-19 02:40:48 +02:00
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 Clean up mocking of stdout and stdin in packaging tests. 2011-11-06 11:32:47 +01:00
test_support.py Add tests for packaging.tests.support (#12659). 2011-10-21 07:56:32 +02:00
test_uninstall.py Clean up mocking of stdout and stdin in packaging tests. 2011-11-06 11:32:47 +01:00
test_unixccompiler.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
test_util.py Clean up mocking of stdout and stdin in packaging tests. 2011-11-06 11:32:47 +01:00
test_version.py Clean up some idioms in packaging tests. 2011-10-19 08:49:20 +02:00