I\'m attempting to use @patch as a test decorator, but I\'m having trouble. This works:
def test_desc(self): with patch(\'class.func\') as class_func_mock