generate docs on python3.4

This commit is contained in:
Ronny Pfannschmidt
2015-09-22 16:52:35 +02:00
parent 5ff75a41ea
commit c3588b545f
19 changed files with 442 additions and 443 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ You can ask for available builtin or project-custom
$ py.test -q --fixtures
cache
$PYTHON_PREFIX/lib/python2.7/site-packages/_pytest/cacheprovider.py:176: no docstring available
$PYTHON_PREFIX/lib/python3.4/site-packages/_pytest/cacheprovider.py:176: no docstring available
capsys
enables capturing of writes to sys.stdout/sys.stderr and makes
captured output available via ``capsys.readouterr()`` method calls