Home
last modified time | relevance | path

Searched refs:assertIn (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_cursor_kind.py17 self.assertIn(CursorKind.UNEXPOSED_DECL, kinds)
18 self.assertIn(CursorKind.TRANSLATION_UNIT, kinds)
19 self.assertIn(CursorKind.VARIABLE_REF, kinds)
20 self.assertIn(CursorKind.LAMBDA_EXPR, kinds)
21 self.assertIn(CursorKind.OBJ_BOOL_LITERAL_EXPR, kinds)
22 self.assertIn(CursorKind.OBJ_SELF_EXPR, kinds)
23 self.assertIn(CursorKind.MS_ASM_STMT, kinds)
24 self.assertIn(CursorKind.MODULE_IMPORT_DECL, kinds)
25 self.assertIn(CursorKind.TYPE_ALIAS_TEMPLATE_DECL, kinds)
H A Dtest_code_completion.py21 self.assertIn(c, completions)
H A Dtest_diagnostics.py32 self.assertIn('incompatible', tu.diagnostics[0].spelling)
H A Dtest_cursor.py401 self.assertIn(enum_type.kind, (TypeKind.UINT, TypeKind.INT))
627 self.assertIn(foo.mangled_name, ('_Z3fooii', '__Z3fooii', '?foo@@YAHHH', '?foo@@YAHHH@Z'))
/openbsd-src/gnu/llvm/clang/utils/check_cfc/
H A Dtest_check_cfc.py14 self.assertIn('-g', check_cfc.flip_dash_g(['clang', '-c']))
33 self.assertIn(superstring_path, stripped_path_var)
35 self.assertIn(space_path, stripped_path_var)
48 self.assertIn(
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/unit/
H A Dtest_report.py369 self.assertIn('results-merged.sarif', os.listdir(tmpdir))
526 self.assertIn('results-merged.sarif', os.listdir(tmpdir))
633 self.assertIn('results-merged.sarif', os.listdir(tmpdir))
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_unittest2_with.py39 self.assertIn("KeyError not raised", e.args)
61 self.assertIn("KeyError not raised", e.args)
H A Dtest_assertions.py66 self.assertIn("'kot'", e.args[0])
67 self.assertIn('Message', e.args[0])
H A Dtest_case.py637 self.assertIn('a', 'abc')
638 self.assertIn(2, [1, 2, 3])
639 self.assertIn('monkey', animals)
645 self.assertRaises(self.failureException, self.assertIn, 'x', 'abc')
646 self.assertRaises(self.failureException, self.assertIn, 4, [1, 2, 3])
647 self.assertRaises(self.failureException, self.assertIn, 'elephant',
1098 self.assertIn(omitted, msg)
H A Dtest_discovery.py168 self.assertIn(full_path, sys.path)
192 self.assertIn(top_level_dir, sys.path)
210 self.assertIn(os.getcwd(), sys.path)
H A Dtest_break.py144 self.assertIn(result, unittest2.signals._results)
H A Dtest_loader.py569 self.assertIn(module_name, sys.modules)
975 self.assertIn(module_name, sys.modules)
/openbsd-src/gnu/llvm/llvm/utils/filecheck_lint/
H A Dfilecheck_lint_test.py20 self.assertIn(prefix, prefixes)
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dfork_testbase.py21 self.assertIn("{}-events+".format(variant), ret["qSupported_response"])
H A Dgdbremote_testcase.py716 self.assertIn(key,
1516 self.assertIn(step_count, [before_materialization_step_count,
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py877 def assertIn(self, member, container, msg=None): member in TestCase
/openbsd-src/gnu/llvm/lldb/docs/resources/
H A Dtest.rst320 several expressive asserts such as ``self.assertIn`` that automatically
345 self.assertIn(expected_string, list_of_results)
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2206 self.assertIn(completion, list(match_strings)[1:],