cpython/Lib/packaging/tests
Éric Araujo 9f90a731eb Use sys.version_info instead of sys.version in packaging.
The contents of this attribute are an implementation detail, as
documented for #9442, so we should not parse it, to support non-CPython
VMs with distutils2 in the future.

Unfortunately, one use comes directly from PEP 345, so an edit will have
to be agreed before fixing the code (see comment in p7g.markers).

Other remaining uses are found in p7g.compiler and could be replaced by
the platform module (which also parses sys.version, but then it wouldn’t
be my fault :)
2012-02-10 05:20:53 +01:00
..
fake_dists
fixer Start improving 2to3 code in packaging (#13462). 2012-02-09 21:37:14 +01:00
pypiserver
LONG_DESC.txt
PKG-INFO
SETUPTOOLS-PKG-INFO
SETUPTOOLS-PKG-INFO2
__init__.py Remove unused code from packaging.tests.__init__ 2011-11-15 10:48:36 +01:00
__main__.py Clean up some idioms in packaging tests. 2011-10-19 08:49:20 +02:00
pypi_server.py packaging cleanup: A few super I missed in 5ae03b1e147a 2011-11-14 19:40:31 +01:00
pypi_test_server.py
support.py Synchronize packaging.tests.support with distutils2 2012-02-09 21:30:25 +01:00
test_ccompiler.py
test_command_bdist.py Remove unused code from packaging.tests.__init__ 2011-11-15 10:48:36 +01: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
test_command_bdist_wininst.py
test_command_build.py Use sys.version_info instead of sys.version in packaging. 2012-02-10 05:20:53 +01:00
test_command_build_clib.py
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 Improve one packaging test, remove a setuptoolism in another 2012-02-04 21:43:07 +01:00
test_command_build_scripts.py
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
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
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 Improve one packaging test, remove a setuptoolism in another 2012-02-04 21:43:07 +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
test_config.py Allow multiple values for package_data in setup.cfg (#11805). 2012-02-04 21:53:07 +01:00
test_create.py Stop converting package_data to extra_files in pysetup create (#13712). 2012-02-05 10:26:16 +01:00
test_cygwinccompiler.py
test_database.py Add tests to check initial content of packaging.database caches 2011-11-14 19:43:37 +01: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 Remove unused code from packaging.tests.__init__ 2011-11-15 10:48:36 +01:00
test_extension.py
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 Remove redundant setUp/tearDown methods in packaging tests 2011-11-14 19:46:31 +01:00
test_markers.py More boolean tests for packaging metadata environment markers 2012-02-09 21:18:26 +01:00
test_metadata.py Change signature of packaging.tests.support.LoggingCatcher.get_logs. 2011-10-19 08:37:22 +02:00
test_mixin2to3.py Start improving 2to3 code in packaging (#13462). 2012-02-09 21:37:14 +01:00
test_msvc9compiler.py
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
test_run.py Group commands by topic in “pysetup run --list-commands” output. 2012-02-09 14:29:11 +01:00
test_support.py Add tests for packaging.tests.support (#12659). 2011-10-21 07:56:32 +02:00
test_uninstall.py Remove redundant setUp/tearDown methods in packaging tests 2011-11-14 19:46:31 +01:00
test_unixccompiler.py
test_util.py Remove redundant setUp/tearDown methods in packaging tests 2011-11-14 19:46:31 +01:00
test_version.py Clean up some idioms in packaging tests. 2011-10-19 08:49:20 +02:00