Skip to content

Commit bb6e984

Browse files
committed
recreated plugin docs
--HG-- branch : trunk
1 parent 489faf2 commit bb6e984

File tree

9 files changed

+253
-240
lines changed

9 files changed

+253
-240
lines changed

doc/announce/release-1.3.4.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
py.test/pylib 1.3.4: fixes and new native traceback option
22
===========================================================================
33

4-
pylib/py.test 1.3.4 is a minor bugfix release featuring small fixes. See
5-
below and the changelog_ for full history.
4+
pylib/py.test 1.3.4 is a minor maintenance release mostly containing bug fixes
5+
and a new "--tb=native" traceback option to show "normal" Python standard
6+
tracebacks instead of the py.test enhanced tracebacks. See below for more
7+
change info and http://pytest.org for more general information on features
8+
and configuration of the testing tool.
69

7-
Particular thanks to the issue reporters and Ronny Pfannschmidt for general help.
10+
Thanks to the issue reporters and generally to Ronny Pfannschmidt for help.
811

9-
have fun,
12+
cheers,
1013
holger krekel
1114

12-
.. _changelog: ../changelog.html
13-
1415
Changes between 1.3.3 and 1.3.4
1516
==================================================
1617

doc/test/plugin/capturelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ capture output of logging module.
99
Installation
1010
------------
1111

12-
You can install the `pytest-capturelog pypi`_ package
12+
You can install the `pytest-capturelog pypi`_ package
1313
with pip::
1414

15-
pip install pytest-capturelog
15+
pip install pytest-capturelog
1616

1717
or with easy install::
1818

0 commit comments

Comments
 (0)