Skip to content

Latest commit

 

History

History
100 lines (70 loc) · 2.67 KB

File metadata and controls

100 lines (70 loc) · 2.67 KB

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status
Coverage Status
Code Quality Status
package

A simple class based finite state machine with parsing time validation

  • Free software: MIT license

Installation

pip install tuco

Documentation

https://python-tuco.readthedocs.io/

Development

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