Simple CLI to run testtools tests
Project description
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 virtualenv to do so. Or, at least, I do.
Typing
.tox/py27/bin/python -m testtools.run some.test
Got boring. So this is a simple wrapper.
It has two modes.
ttrun some.test
Will run that test with the system python.
If you want to re-use a tox virtualenv.
ttrun -epy27 some.test
Will run some.test in the given tox venv.
Both modes can be run with no parameters to have testtools run all the tests.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ttrun-1.0.5.tar.gz
(16.6 kB
view hashes)
Built Distribution
Close
Hashes for ttrun-1.0.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 805e80f03b87e7260e6e86ae583fe6f7c0fc595b46daa95935a8767adf89d384 |
|
MD5 | c3cd88851f5716a7e5fe4e99367a779c |
|
BLAKE2b-256 | 5cbdd48dcf5912b17d7921889e0cbe242c75b3327604d2824ed0ed807eae6856 |