| /openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/ |
| H A D | test_cursor_kind.py | 17 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 D | test_code_completion.py | 21 self.assertIn(c, completions)
|
| H A D | test_diagnostics.py | 32 self.assertIn('incompatible', tu.diagnostics[0].spelling)
|
| H A D | test_cursor.py | 401 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 D | test_check_cfc.py | 14 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 D | test_report.py | 369 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 D | test_unittest2_with.py | 39 self.assertIn("KeyError not raised", e.args) 61 self.assertIn("KeyError not raised", e.args)
|
| H A D | test_assertions.py | 66 self.assertIn("'kot'", e.args[0]) 67 self.assertIn('Message', e.args[0])
|
| H A D | test_case.py | 637 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 D | test_discovery.py | 168 self.assertIn(full_path, sys.path) 192 self.assertIn(top_level_dir, sys.path) 210 self.assertIn(os.getcwd(), sys.path)
|
| H A D | test_break.py | 144 self.assertIn(result, unittest2.signals._results)
|
| H A D | test_loader.py | 569 self.assertIn(module_name, sys.modules) 975 self.assertIn(module_name, sys.modules)
|
| /openbsd-src/gnu/llvm/llvm/utils/filecheck_lint/ |
| H A D | filecheck_lint_test.py | 20 self.assertIn(prefix, prefixes)
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
| H A D | fork_testbase.py | 21 self.assertIn("{}-events+".format(variant), ret["qSupported_response"])
|
| H A D | gdbremote_testcase.py | 716 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 D | case.py | 877 def assertIn(self, member, container, msg=None): member in TestCase
|
| /openbsd-src/gnu/llvm/lldb/docs/resources/ |
| H A D | test.rst | 320 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 D | lldbtest.py | 2206 self.assertIn(completion, list(match_strings)[1:],
|