Searched refs:method_with_expecteds (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/ |
H A D | test_analyze.py | 324 def method_with_expecteds(opts): function 342 self.assertRaises(KeyError, method_with_expecteds, dict()) 343 self.assertRaises(KeyError, method_with_expecteds, {}) 344 self.assertRaises(KeyError, method_with_expecteds, {'this': 2}) 345 self.assertRaises(KeyError, method_with_expecteds, {'that': 3}) 346 self.assertEqual(method_with_expecteds({'this': 0, 'that': 3}), 0)
|