| docs | |
|---|---|
| tests | |
| package |
A simple class based finite state machine with parsing time validation
- Free software: MIT license
pip install tuco
https://python-tuco.readthedocs.io/
Make sure you have a running redis instance and to run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
| Windows | set PYTEST_ADDOPTS=--cov-append tox |
|---|---|
| Other | PYTEST_ADDOPTS=--cov-append tox |