diff options
-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 |