mockify - Library core

Library core module.

Deprecated since version 0.9.0: Please import from mockify.core module instead. Importing via Mockify’s root module will stop working since next major release.

class mockify.Call(*args, **kwargs)

Deprecated since version 0.13: This class was moved and is currently available as mockify.core.Call class. Old import will stop working in one of upcoming releases.

class mockify.LocationInfo(*args, **kwargs)

Deprecated since version 0.13: This class was moved and is currently available as mockify.core.LocationInfo class. Old import will stop working in one of upcoming releases.

class mockify.Session(*args, **kwargs)

Deprecated since version 0.13: This class was moved and is currently available as mockify.core.Session class. Old import will stop working in one of upcoming releases.

class mockify.Expectation(*args, **kwargs)

Deprecated since version 0.13: This class was moved and is currently available as mockify.core.Expectation class. Old import will stop working in one of upcoming releases.

mockify.assert_satisfied(mock: mockify.abc.IMock, *args)

Deprecated since version 0.13: This function was moved and is currently available as mockify.core.assert_satisfied() function. Old import will stop working in one of upcoming releases.

mockify.ordered(mock: mockify.abc.IMock, *args)

Deprecated since version 0.13: This function was moved and is currently available as mockify.core.ordered() function. Old import will stop working in one of upcoming releases.

mockify.satisfied(mock: mockify.abc.IMock, *mocks)

Deprecated since version 0.13: This function was moved and is currently available as mockify.core.satisfied() function. Old import will stop working in one of upcoming releases.

mockify.patched(mock: mockify.abc.IMock, *args)

Deprecated since version 0.13: This function was moved and is currently available as mockify.core.patched() function. Old import will stop working in one of upcoming releases.