• Victor Stinner's avatar
    bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406) · 752d4b75
    Victor Stinner yazdı
    When Python is installed on Windows, python -m test test_tools failed
    because it tried to run Tools\scripts\2to3.py which requires an
    argument. Skip this script. On other platforms or on Windows but when
    run from source code (not installed), the script is called "2to3"
    instead of "2to.py" and so was already skipped.
    
    Modify also the unit test to unload all modules which have been
    loaded by the test.
    752d4b75
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
__main__.py Loading commit data...
test_fixcid.py Loading commit data...
test_gprof2html.py Loading commit data...
test_i18n.py Loading commit data...
test_md5sum.py Loading commit data...
test_pdeps.py Loading commit data...
test_pindent.py Loading commit data...
test_reindent.py Loading commit data...
test_sundry.py Loading commit data...
test_unparse.py Loading commit data...