Metadata-Version: 2.4
Name: continuity-testbench
Version: 0.3.1
Summary: 
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: gpiod (>=2.5.0,<3.0.0)
Description-Content-Type: text/markdown

# Continuity TestBench
Hardware-in-the-loop (HIL) testing and test bench automation framework.  Continuity TestBench can be used to run HIL tests, simulate sensor drivers, and connect results to your CI/CD pipelines.

## Installing

### pip
TODO: Add pip install instructions once deployments to pypi are setup.

### poetry
Clone this repo and run

```sh
poetry run install --all-groups
```

## Testing
Unit tests can be run with

```sh
poetry run pytest
```
