Searched refs:is_macos (Results 1 – 9 of 9) sorted by relevance
52 is_macos = sys.platform == 'darwin' variable in TestCase70 elif self.is_macos:108 self.filesystem.is_macos = False112 def is_macos(self): member in RealFsTestMixin113 return TestCase.is_macos146 if TestCase.is_macos or TestCase.is_windows:151 self.filesystem.is_macos = False158 if not TestCase.is_macos:163 self.filesystem.is_macos = True171 if TestCase.is_macos:[all …]
33 self.sleep_time = 1.1 if self.is_macos else 0.01
319 self.filesystem.is_macos = False
4314 @unittest.skipIf(not TestCase.is_macos, 'Testing MacOs only behavior')
24 function is_macos() { function49 if is_macos; then
33 if build.target.is_macos:60 if build.target.is_macos:96 if not build.target.is_macos:
83 def is_macos(): function703 elif is_macos():730 elif is_macos():1140 elif is_macos():1210 if not is_macos():1328 if is_macos():
18 elif build.target.is_macos:
865 self.is_macos = sys.platform == 'darwin'869 self.is_case_sensitive = not (self.is_windows_fs or self.is_macos)893 return not self.is_windows_fs and not self.is_macos1157 if self.is_macos and exc.errno != errno.ENOENT:1162 if not follow_symlinks or self.is_windows_fs or self.is_macos:1166 elif self.is_macos and macos_handling:2137 error = (errno.ENOENT if self.is_macos else2148 if ends_with_sep and self.is_macos:2192 not ends_with_sep or not self.is_macos):2211 real_object.name or not self.is_macos)[all …]