Searched refs:is_cygwin (Results 1 – 3 of 3) sorted by relevance
91 def is_cygwin(): function224 if is_windows() or is_cygwin():249 if is_windows() or is_cygwin():700 if is_windows() or is_cygwin():728 if is_windows() or is_cygwin():795 if is_windows() or is_cygwin():
51 is_cygwin = sys.platform == 'cygwin' variable in TestCase
1004 @unittest.skipIf(TestCase.is_windows or TestCase.is_cygwin,