You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_samples/patch_test.py:31: error: 'unknown.unknown' does not exist. [name-defined]
15
16
test_samples/patch_test.py:57: error: Cannot infer type of lambda [misc]
16
17
test_samples/patch_test.py:57: error: Argument 2 to "__call__" of "_patcher" has incompatible type "Callable[[], None]"; expected "Mock[[str], None] | Callable[[str], None]" [arg-type]
17
18
test_samples/patch_test.py:59: error: Cannot infer type of lambda [misc]
test_samples/patch_test.py:92: error: Argument 2 to "__call__" of "_patcher" has incompatible type "PropertyMock[None]"; expected "Mock[[PropertyClass], int] | Callable[[PropertyClass], int]" [arg-type]
37
38
test_samples/patch_test.py:101: error: Cannot infer type of lambda [misc]
38
39
test_samples/patch_test.py:101: error: Argument 3 to "object" of "_patcher" has incompatible type "Callable[[], None]"; expected "Mock[[int], int] | Callable[[int], int]" [arg-type]
0 commit comments