CircuitPython-mocks

A library of mock data structures for soft testing CircuitPython-based projects

MIT License

Downloads
281
Stars
1
Committers
3

.. |ci-status| image:: https://github.com/2bndy5/CircuitPython-mocks/actions/workflows/test.yml/badge.svg :target: https://github.com/2bndy5/CircuitPython-mocks/actions/workflows/test.yml :alt: CI status .. |rtd-badge| image:: https://img.shields.io/readthedocs/circuitpython-mocks?logo=readthedocs :target: https://circuitpython-mocks.readthedocs.io/en/latest/ :alt: Documentation Status .. |codecov-badge| image:: https://codecov.io/github/2bndy5/CircuitPython-mocks/graph/badge.svg?token=RSMPIF9995 :target: https://codecov.io/github/2bndy5/CircuitPython-mocks :alt: Coverage Status .. |pypi-downloads| image:: https://img.shields.io/pepy/dt/circuitpython-mocks?label=PyPI%20Downloads&color=blue :target: https://pypi.org/project/circuitpython-mocks/ :alt: Pepy Total Downlods .. |pypi-release| image:: https://img.shields.io/pypi/v/circuitpython-mocks :target: https://pypi.org/project/circuitpython-mocks/ :alt: PyPI - Version .. |ruff-fmt| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json :target: https://astral.sh/ :alt: Formatted by ruff .. |license-badge| image:: https://img.shields.io/pypi/l/circuitpython-mocks?color=blue :target: https://github.com/2bndy5/CircuitPython-mocks?tab=MIT-1-ov-file#readme :alt: PyPI - License .. |supported-python-versions| image:: https://img.shields.io/pypi/pyversions/circuitpython-mocks :alt: PyPI - Python Version

|ci-status| |rtd-badge| |codecov-badge| |pypi-release| |pypi-downloads|

|ruff-fmt| |license-badge| |supported-python-versions|

Read The Docs

Documentation for this library is hosted at https://circuitpython-mocks.rtfd.io/

About this Library

This is a library of mock data structures to be used in soft-testing Circuitpython-based projects.