blob: 5f7db26e05ce9dbeeb859a712ec5c25afd0dd09e (
plain)
1
2
3
4
|
Child mocks will now detect their type as either synchronous or
asynchronous, asynchronous child mocks will be AsyncMocks and synchronous
child mocks will be either MagicMock or Mock (depending on their parent
type).
|