cpython/Lib/test/test_tools
Victor Stinner 3f43ceff18
bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705)
If Python is installed, skip test_tools.test_pathfix test because
Tools/scripts/pathfix.py script is not installed.
2019-09-05 18:09:46 +02:00
..
__init__.py
__main__.py
test_fixcid.py
test_gprof2html.py
test_i18n.py
test_lll.py bpo-37834: Normalise handling of reparse points on Windows (GH-15231) 2019-08-21 15:27:33 -07:00
test_md5sum.py
test_pathfix.py bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) 2019-09-05 18:09:46 +02:00
test_pdeps.py
test_pindent.py
test_reindent.py
test_sundry.py bpo-37704: Remove Tools/scripts/h2py.py (GH-15000) 2019-07-30 17:45:09 +02:00
test_unparse.py