cpython/Lib/distutils/tests
Berker Peksag b5bb404cca Issue #28222: Don't fail if pygments is not available
We can't just skip the test if docutils is available,
but pygments is not because the purpose of the test
was testing a bug in _check_rst_data().
2016-10-04 20:54:44 +03:00
..
__init__.py
Setup.sample
support.py
test_archive_util.py
test_bdist.py
test_bdist_dumb.py
test_bdist_msi.py
test_bdist_rpm.py
test_bdist_wininst.py
test_build.py
test_build_clib.py
test_build_ext.py build_ext: correctly parse the link_objects user option (closes #1703178) 2016-09-28 23:13:58 -07:00
test_build_py.py
test_build_scripts.py
test_check.py Issue #28222: Don't fail if pygments is not available 2016-10-04 20:54:44 +03:00
test_clean.py
test_cmd.py
test_config.py Merge 3.4 2016-08-03 18:49:19 -04:00
test_config_cmd.py
test_core.py
test_cygwinccompiler.py
test_dep_util.py
test_dir_util.py
test_dist.py
test_extension.py
test_file_util.py
test_filelist.py Backed out changeset cc86e9e102e8 2016-09-01 21:55:22 -04:00
test_install.py
test_install_data.py
test_install_headers.py
test_install_lib.py
test_install_scripts.py
test_log.py
test_msvc9compiler.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
test_msvccompiler.py
test_register.py Make PyPIRCCommandTestCase derive from a base class 2016-06-24 08:48:27 +03:00
test_sdist.py Make PyPIRCCommandTestCase derive from a base class 2016-06-24 08:48:27 +03:00
test_spawn.py
test_sysconfig.py
test_text_file.py
test_unixccompiler.py
test_upload.py Merge 3.4 2016-08-03 18:49:19 -04:00
test_util.py
test_version.py
test_versionpredicate.py