
We don't have docs. The program does one thing. Change-Id: I4a28c80d9f5023c531553dacb0310889bf275cda
ttrun
Simple CLI to run testtools tests
In a testrepository based workflow, sometimes you want/need to run individual tests. Additionally, someitmes you want to use a pre-existing tox or nox virtualenv to do so. Or, at least, I do.
Typing
Got boring. So this is a simple wrapper.
It has two modes.
Will run that test with the system python.
If you want to re-use a nox virtualenv.
Will run some.test in the given nox venv.
Both modes can be run with no parameters to have testtools run all the tests.
Description
Languages
Python
100%