-
-
Notifications
You must be signed in to change notification settings - Fork 150
Closed
Description
=================================== FAILURES ===================================
___________________________________ test_foo ___________________________________
mocker = <pytest_mock.plugin.MockerFixture object at 0x2b14a809cd50>
def test_foo(mocker):
> assert mock.MagicMock is mocker.MagicMock
E AssertionError: assert <class 'mock.mock.MagicMock'> is <class 'unittest.mock.MagicMock'>
E + where <class 'mock.mock.MagicMock'> = mock.MagicMock
E + and <class 'unittest.mock.MagicMock'> = <pytest_mock.plugin.MockerFixture object at 0x2b14a809cd50>.MagicMock
test_standalone_mock.py:4: AssertionError
Version: 3.15.0
Python-3.1
FreeBSD 14.3
Metadata
Metadata
Assignees
Labels
No labels