]> granicus.if.org Git - python/commit
Have test_mkalias_relative check that sys.prefix already exists; otherwise test
authorBrett Cannon <bcannon@gmail.com>
Mon, 6 Dec 2004 06:08:59 +0000 (06:08 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 6 Dec 2004 06:08:59 +0000 (06:08 +0000)
commitc8aa848ece8b6745ffe905eff9202c041c2405e1
tree47acc76dbbbc3a297f3007f0a8fbdcc64beadee5
parent98809b76ae6f683cb41f370297b01fa466870761
Have test_mkalias_relative check that sys.prefix already exists; otherwise test
is pointless.

Also add a note to the docs for the 'test' package that test cases should check
first that any conditions needed in the operating system are met before having
a test run.

Closes bug #1077302.  THanks, Ian Holsman.
Doc/lib/libtest.tex
Lib/test/test_macostools.py