-------------
unreleased
Initial release, features include:
- Create magic mocks using the ``mock`` helper
- Create expectations on methods, properties and top-level functions using the ``when`` helper
- Assert access on methods, properties and top-level functions using the ``verify`` helper
- Match on arbitrary arguments using the ``any_value`` matcher
- Match on more complex arguments using a custom ``Matcher``