summaryrefslogtreecommitdiff
path: root/testlib.py
diff options
context:
space:
mode:
authorPierre-Yves David <pierre-yves.david@logilab.fr>2008-09-09 17:06:19 +0200
committerPierre-Yves David <pierre-yves.david@logilab.fr>2008-09-09 17:06:19 +0200
commit4d272ff5d7768873a0d46bb2f4d053a62abb4c69 (patch)
tree69a9ebb4c2c3c7d039370c0109877e387b5f7a8d /testlib.py
parent373fac46dd48c21ba43d4968b69a4ae13807f1d4 (diff)
downloadlogilab-common-4d272ff5d7768873a0d46bb2f4d053a62abb4c69.tar.gz
doc upgrade to test tagging
Diffstat (limited to 'testlib.py')
-rw-r--r--testlib.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/testlib.py b/testlib.py
index d416bff..071bb29 100644
--- a/testlib.py
+++ b/testlib.py
@@ -7,12 +7,13 @@ additional facilities.
Command line options:
-v: verbose -- run tests in verbose mode with output to stdout
- -q: quiet -- don't print anything except if a test fails
+ -q: quiet -- don't print anything except if a test fails
-t: testdir -- directory where the tests will be found
-x: exclude -- add a test to exclude
-p: profile -- profiled execution
-c: capture -- capture standard out/err during tests
-d: dbc -- enable design-by-contract
+ -m: match -- only run test matching the tag pattern which follow
If no non-option arguments are present, prefixes used are 'test',
'regrtest', 'smoketest' and 'unittest'.