[Python-checkins] [python/cpython] 92fd6c: bpo-30132: distutils BuildExtTestCase use temp_cwd...

GitHub noreply at github.com
Tue May 2 07:11:51 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 92fd6c9ef54a857815e3dca8ee74b2b4f5cdf154
      https://github.com/python/cpython/commit/92fd6c9ef54a857815e3dca8ee74b2b4f5cdf154
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M Lib/distutils/tests/test_build_ext.py

  Log Message:
  -----------
  bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380)

BuildExtTestCase of test_distutils now uses support.temp_cwd() in
setUp() to remove files created in the current working in all
BuildExtTestCase unit tests, not only test_build_ext().

Move also tearDown() just after setUp().




More information about the Python-checkins mailing list