Home
last modified time | relevance | path

Searched refs:SKIP_MESSAGE (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_msvc9compiler.py96 SKIP_MESSAGE = None variable
98 SKIP_MESSAGE = "These tests are only for MSVC8.0 or above" variable
100 SKIP_MESSAGE = "These tests are only for win32" variable
102 @unittest.skipUnless(SKIP_MESSAGE is None, SKIP_MESSAGE)
/external/python/cpython3/Lib/distutils/tests/
Dtest_msvc9compiler.py96 SKIP_MESSAGE = None variable
98 SKIP_MESSAGE = "These tests are only for MSVC8.0 or above" variable
100 SKIP_MESSAGE = "These tests are only for win32" variable
102 @unittest.skipUnless(SKIP_MESSAGE is None, SKIP_MESSAGE)
Dtest_msvccompiler.py11 SKIP_MESSAGE = (None if sys.platform == "win32" else variable
14 @unittest.skipUnless(SKIP_MESSAGE is None, SKIP_MESSAGE)
/external/python/setuptools/setuptools/_distutils/tests/
Dtest_msvc9compiler.py96 SKIP_MESSAGE = None variable
98 SKIP_MESSAGE = "These tests are only for MSVC8.0 or above" variable
100 SKIP_MESSAGE = "These tests are only for win32" variable
102 @unittest.skipUnless(SKIP_MESSAGE is None, SKIP_MESSAGE)
Dtest_msvccompiler.py12 SKIP_MESSAGE = (None if sys.platform == "win32" else variable
15 @unittest.skipUnless(SKIP_MESSAGE is None, SKIP_MESSAGE)