reTUI, retUI, retui - simple TUI framework
- cross-platform
- no dependencies (subject to change)
Install requirements-dev.txt and pre-commit hook
pip install -r requirements-dev.txt
pre-commit install --hook-type pre-commit --hook-type commit-msg
To run whole test suite simply run:
python run_test.py --all --auto