Searched refs:method_with_expecteds (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/tools/scan-build-py/tests/unit/ |
H A D | test_analyze.py | 318 def method_with_expecteds(opts): function 335 self.assertRaises(KeyError, method_with_expecteds, dict()) 336 self.assertRaises(KeyError, method_with_expecteds, {}) 337 self.assertRaises(KeyError, method_with_expecteds, {"this": 2}) 338 self.assertRaises(KeyError, method_with_expecteds, {"that": 3}) 339 self.assertEqual(method_with_expecteds({"this": 0, "that": 3}), 0)
|