[Python-checkins] [python/cpython] 722a3a: bpo-29887: Test normalization now fails if downloa...

GitHub noreply at github.com
Thu Mar 30 11:06:54 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 722a3af092b94983aa26f5e591fb1b45e2c2a0ff
      https://github.com/python/cpython/commit/722a3af092b94983aa26f5e591fb1b45e2c2a0ff
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M Lib/test/test_normalization.py

  Log Message:
  -----------
  bpo-29887: Test normalization now fails if download fails (#905)

* test_normalization fails if download fails

bpo-29887. The test is still skipped if "-u urlfetch" option is not
passed to regrtest (python3 -m test -u urlfetch test_normalization).

* Fix ResourceWarning in test_normalization

bpo-29887: Fix ResourceWarning in test_normalization if tests are
interrupted by CTRL+c.




More information about the Python-checkins mailing list