Home | History | Annotate | Download | only in testing

Lines Matching defs:typ

25 import typ
68 typ.ArgumentParser.add_option_group(parser,
72 typ.ArgumentParser.add_option_group(parser,
121 runner = typ.Runner()
184 runner.win_multiprocessing = typ.WinMultiprocessing.importable
204 test_set.tests_to_skip.append(typ.TestInput(
207 test_set.parallel_tests.append(typ.TestInput(name))
219 test_set.tests_to_skip.append(typ.TestInput(name, msg=reason))
221 test_set.isolated_tests.append(typ.TestInput(name))
223 test_set.parallel_tests.append(typ.TestInput(name))
251 # Typ doesn't keep the DependencyManager initialization in the child