Metadata-Version: 2.1
Name: chainmock
Version: 0.6.0
Summary: Mocking library for Python and Pytest
Home-page: https://github.com/ollipa/chainmock
License: MIT
Keywords: testing,mock,mocking,pytest
Author: Olli Paakkunainen
Author-email: olli@paakkunainen.fi
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Mocking
Classifier: Topic :: Software Development :: Testing :: Unit
Classifier: Typing :: Typed
Requires-Dist: pytest (>=6.0.0)
Project-URL: Documentation, https://chainmock.readthedocs.io
Project-URL: Issue Tracker, https://github.com/ollipa/chainmock/issues
Project-URL: Repository, https://github.com/ollipa/chainmock
Description-Content-Type: text/markdown

# Chainmock

<a href="https://pypi.org/project/chainmock/">
  <img src="https://img.shields.io/pypi/v/chainmock" alt="pypi">
</a>
<a href="https://github.com/ollipa/chainmock/actions/workflows/ci.yml">
  <img src="https://github.com/ollipa/chainmock/actions/workflows/ci.yml/badge.svg" alt="ci">
</a>
<a href="https://chainmock.readthedocs.io/">
  <img src="https://img.shields.io/readthedocs/chainmock" alt="documentation">
</a>
<a href="./LICENSE">
  <img src="https://img.shields.io/pypi/l/chainmock" alt="license">
</a>

Mocking library for Python and Pytest.

## Documentation

https://chainmock.readthedocs.io/

