Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  rt
  rt_framework.egg-info
  LICENSE
  MANIFEST.in
  PKG-INFO
  README.rst
  setup.cfg
  setup.py
Size: Mime:
  README.rst
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