Issue #19492: Silently skipped distutils tests now reported as skipped.

This commit is contained in:
Serhiy Storchaka 2013-12-18 16:41:01 +02:00
parent 4be1e24933
commit 3c02ecefba
8 changed files with 32 additions and 57 deletions

View file

@ -37,9 +37,8 @@ class ConfigTestCase(support.LoggingSilencer,
dump_file(this_file, 'I am the header')
self.assertEqual(len(self._logs), numlines+1)
@unittest.skipIf(sys.platform == 'win32', "can't test on Windows")
def test_search_cpp(self):
if sys.platform == 'win32':
return
pkg_dir, dist = self.create_dist()
cmd = config(dist)