Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/2bndy5/circuitpython-mocks
- Owner: 2bndy5
- License: mit
- Created: 2024-08-04T03:57:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T16:23:33.000Z (4 months ago)
- Last Synced: 2024-09-26T09:21:56.288Z (4 months ago)
- Topics: circuitpython, circuitpython-library, coverage-testing, mock, pytest, test, testing, testing-library
- Language: Python
- Homepage: https://circuitpython-mocks.rtfd.io/
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
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.