diff options
author | Sylvain <syt@logilab.fr> | 2008-02-15 16:55:53 +0100 |
---|---|---|
committer | Sylvain <syt@logilab.fr> | 2008-02-15 16:55:53 +0100 |
commit | 5e298af2440418eacb5615e663aa295ae4a7b9a3 (patch) | |
tree | 0c38173a451b5e93695b2d8eba70683019c3312b /doc | |
parent | 097569d00a6c2d422d999dd3fafcdc9445bbcf10 (diff) | |
download | logilab-common-5e298af2440418eacb5615e663aa295ae4a7b9a3.tar.gz |
cleanup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pytest.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/pytest.1 b/doc/pytest.1 index 2425fa2..f9bef99 100644 --- a/doc/pytest.1 +++ b/doc/pytest.1 @@ -1,8 +1,9 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH PYTEST "1" "January 2008" "run python unit tests" "User Commands" +.TH pytest "1" "January 2008" pytest .SH NAME -pytest -.SH DESCRIPTION +.B pytest +\- run python unit tests + +.SH SYNOPSIS usage: pytest [OPTIONS] [testfile [testpattern]] .PP examples: |