Added
- Add `unittest` integration.
Changed
- Remove `pytest` from dependencies. Chainmock now works also with `unittest`
so `pytest` is not a required dependency anymore.
Removed
- Drop support for pytest v6.0 and v6.1.
Infrastructure
- Add pypy3.10 to tox test run.
Documentation
- Add overview, user guide, contributing and changelog sections to documentation.