[Python-checkins] [python/cpython] 8767de: bpo-30759: regrtest: list_cases() now unload modul...

GitHub noreply at github.com
Wed Jul 5 04:52:08 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: 8767de2f776e0c8c7404680cdacad83e5d902955
      https://github.com/python/cpython/commit/8767de2f776e0c8c7404680cdacad83e5d902955
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M Lib/test/regrtest.py

  Log Message:
  -----------
  bpo-30759: regrtest: list_cases() now unload modules (#2582)

list_cases() now unload modules, as the test runner does, to prevent
a failure in test_xpickle about test.pickletester loaded after
loading test_cpickle:

./python -m test --list-cases test_cpickle test_xpickle




More information about the Python-checkins mailing list