Issue 19572: More silently skipped tests explicitly skipped.

This commit is contained in:
Zachary Ware 2013-12-08 00:20:35 -06:00
parent 774f909489
commit 9fe6d86709
34 changed files with 122 additions and 134 deletions

View file

@ -218,7 +218,7 @@ class TestNtpath(unittest.TestCase):
import nt
tester('ntpath.abspath("C:\\")', "C:\\")
except ImportError:
pass
self.skipTest('nt module not available')
def test_relpath(self):
currentdir = os.path.split(os.getcwd())[-1]