Repository URL to install this package:
Version:
0.1.2 ▾
|
rt |
rt_framework.egg-info |
LICENSE |
MANIFEST.in |
PKG-INFO |
README.rst |
setup.cfg |
setup.py |
RT Framework
============
**A regression testing framework**
The RT Framework consists of 3 utilities
- rt-local - a local test runner
- rt-host - a tool for running rt-local on a remote host
- rt-vm - a tool for creating virtual machines to use with rt-host
For more details, see the documentation
Installation
------------
To install the all utilties::
pip install rt-framework[vm,remote]
To install only rt-local::
pip install rt-framework