Lines Matching defs:__init__
26 def __init__(self, method_name, exception):
28 super(_FailedTest, self).__init__(method_name)
77 def __init__(self):
78 super(TestLoader, self).__init__()
252 If a test package name (directory with '__init__.py') matches the
292 is_not_importable = not os.path.isfile(os.path.join(start_dir, '__init__.py'))
329 if os.path.basename(full_path).lower().startswith('__init__.py'):
359 # Handle the __init__ in this package
392 Loads tests from a single file, or a directories' __init__.py when
433 if not os.path.isfile(os.path.join(full_path, '__init__.py')):