]> granicus.if.org Git - python/commit
test_builtin: TestExecFile removes created file (#4525)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 23 Nov 2017 17:23:37 +0000 (18:23 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Nov 2017 17:23:37 +0000 (18:23 +0100)
commit2d5890eda62477982361405d3486e57f590c78ae
tree2787db42b0d5c8a81a3c08c60ec2f1fdd9e32694
parent448c6739877a4143a2c3599f041fa6127f354044
test_builtin: TestExecFile removes created file (#4525)

Fix the following warning:

Warning -- files was modified by test_builtin
  Before: []
  After:  ['@test_19422_tmp']
1 test altered the execution environment:
    test_builtin
Lib/test/test_builtin.py