cpython/Lib/test/test_tools
Victor Stinner 2e566bf35e
bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389)
If Python is installed, skip test_tools.test_pathfix test because
Tools/scripts/pathfix.py script is not installed.

(cherry picked from commit 3f43ceff18)
2019-09-25 16:12:32 +02:00
..
__init__.py Remove more unused imports in tests. 2016-04-25 00:05:30 +03:00
__main__.py
test_fixcid.py Issue #27952: Capture stderr in run_script() 2016-09-13 07:55:54 +03:00
test_gprof2html.py Issue #23277: Remove unused imports in tests. 2016-04-24 21:41:02 +03:00
test_i18n.py bpo-36766: Typos in docs and code comments (GH-13116) 2019-05-06 14:57:17 -04:00
test_lll.py bpo-37834: Normalise handling of reparse points on Windows (GH-15370) 2019-08-21 15:52:42 -07:00
test_md5sum.py Issue #23277: Remove unused imports in tests. 2016-04-24 21:41:02 +03:00
test_pathfix.py bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389) 2019-09-25 16:12:32 +02:00
test_pdeps.py Issue #23277: Remove unused imports in tests. 2016-04-24 21:41:02 +03:00
test_pindent.py Issue #9517: Move script_helper to the support package. 2015-05-06 06:33:17 +03:00
test_reindent.py bpo-30109: Fix reindent.py (GH-1207) 2017-04-19 22:59:20 -07:00
test_sundry.py bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406) 2018-07-23 13:17:59 +02:00
test_unparse.py bpo-37053: handle strings like u"bar" correctly in Tools/parser/unparse.py (GH-13583) 2019-05-26 10:08:19 -07:00