Skip to content

Commit

Permalink
Add test for NonCallableMagicMock
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Sep 28, 2022
1 parent 247b9d4 commit 4e31630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_pytest_mock.py
Expand Up @@ -160,6 +160,7 @@ def test_mock_patch_dict_resetall(mocker: MockerFixture) -> None:
"MagicMock",
"Mock",
"mock_open",
"NonCallableMagicMock",
"NonCallableMock",
"PropertyMock",
"sentinel",
Expand Down

0 comments on commit 4e31630

Please sign in to comment.