Metadata-Version: 2.4
Name: pyserial-mock
Version: 0.0.1
Summary: A mock serial instance for testing purposes
Author-email: Christian Hellum Bye <chbye@berkeley.edu>
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Dynamic: license-file

# mockserial

[![codecov](https://codecov.io/github/christianhbye/mockserial/graph/badge.svg?token=3RyhEqZz3O)](https://codecov.io/github/christianhbye/mockserial)

MockSerial provides a mock instance of the Serial class in Python, implemented e.g. by [pySerial](https://github.com/pyserial/pyserial/). This can be used to test code that requires a serial connection between devices.
