Skip to content

Commit 4e31630

Browse files
committed
Add test for NonCallableMagicMock
1 parent 247b9d4 commit 4e31630

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pytest_mock.py

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def test_mock_patch_dict_resetall(mocker: MockerFixture) -> None:
160160
"MagicMock",
161161
"Mock",
162162
"mock_open",
163+
"NonCallableMagicMock",
163164
"NonCallableMock",
164165
"PropertyMock",
165166
"sentinel",

0 commit comments

Comments
 (0)