Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2bndy5/circuitpython-mocks

A library of mock data structures for soft testing CircuitPython-based projects
https://github.com/2bndy5/circuitpython-mocks

circuitpython circuitpython-library coverage-testing mock pytest test testing testing-library

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

.. |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.