Run python unit-tests as command-line applications (class and method based).
Project description
Run python unit-tests as command-line applications (class and method based)
install
pip install unittester
options:
Usage: sample.py [options]
Options:
-h, --help show this help message and exit
-c CLASSNAME, --class=CLASSNAME
UnitTest classname
-m METHOD, --method=METHOD
UnitTest methodname (optional)
-f, --failfast Fail fast
-a, --all Run all test without stop on fail
-s, --showclasses Show all classes
-r, --resetconsole Reset console (clear screen)
-p, --profile Profile the method
-q, --quiet Silence output except when there is an error
quiet
Quiet mode only outputs text in case of an error.
normal
$ python tests.py -c SampleTestCase2
0.00 | unittester.py:70 | unittester | SampleTestCase2
.
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
quiet
$ python sample.py -q -c SampleTestCase2
$
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
unittester-17.tar.gz
(3.6 kB
view details)
File details
Details for the file unittester-17.tar.gz
.
File metadata
- Download URL: unittester-17.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51b5ab6bd54e71df10d642ef6a51b58de84c53d77e9508e52b42f1988c09210c |
|
MD5 | ea6c6b57986808bcb36a09c74ea8e171 |
|
BLAKE2b-256 | ac2461827f75cc111ea937a7b3e45affd69a90b810888f88154a6c3fd5cbcc45 |