diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2010-12-06 12:43:55 +0100 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2010-12-06 12:43:55 +0100 |
commit | afe694be68dc409527afc23fd1a050b63bd7137f (patch) | |
tree | c9ab40a8bb2eebf311350a2d8b44f4f25da3014e | |
parent | 1ff753f74cf6893baef6e1ae496d15b4c16b4b23 (diff) | |
download | logilab-common-afe694be68dc409527afc23fd1a050b63bd7137f.tar.gz |
update manpage
-rw-r--r-- | doc/pytest.1 | 9 | ||||
-rw-r--r-- | testlib.py | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/doc/pytest.1 b/doc/pytest.1 index f9bef99..bb6a1ce 100644 --- a/doc/pytest.1 +++ b/doc/pytest.1 @@ -40,15 +40,6 @@ Enable test failure inspection (conflicts with Exit on first failure (only make sense when pytest run one test file) .TP -\fB\-c\fR, \fB\-\-capture\fR -Captures and prints standard out/err only on errors -(only make sense when pytest run one test file) -.TP -\fB\-p\fR PRINTONLY, \fB\-\-printonly\fR=\fIPRINTONLY\fR -Only prints lines matching specified pattern (implies -capture) (only make sense when pytest run one test -file) -.TP \fB\-s\fR SKIPPED, \fB\-\-skip\fR=\fISKIPPED\fR test names matching this name will be skipped to skip several patterns, use commas @@ -25,7 +25,6 @@ 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 -t testdir -- directory where the tests will be found -x exclude -- add a test to exclude -p profile -- profiled execution |