Lines Matching defs:patched
110 msg = "'Something' must be the actual object to be patched, not a str"
198 "open not patched")
456 "non-test method patched")
481 "non-test method patched")
629 with patch.dict(foo, a='c') as patched:
630 self.assertEqual(patched, {'a': 'c'})
1823 def patched(mock_path):
1829 patched()
1860 def patched():
1863 patched()