]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18401: Fix test_pdb if $HOME is not set
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 10 Sep 2016 05:56:54 +0000 (22:56 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 10 Sep 2016 05:56:54 +0000 (22:56 -0700)
commit11ea04491df185c94c12531c6dba6d46fbcb0ad9
tree79f59f9c13f3af444ec31c010e65210e5a02f141
parent2eb6eca3e5118009b6b74b444d73aa377fb44098
Issue #18401: Fix test_pdb if $HOME is not set

HOME is not set on Windows for example.

Use also textwrap.dedent() for the script.
Lib/test/test_pdb.py