regen docs for pytest-2.6

This commit is contained in:
holger krekel
2014-07-17 16:55:24 +02:00
parent 1e241e1f2a
commit 98de64badc
19 changed files with 236 additions and 240 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ Running this would result in a passed test except for the last
$ py.test test_tmpdir.py
=========================== test session starts ============================
platform linux2 -- Python 2.7.3 -- py-1.4.20 -- pytest-2.5.2
platform linux2 -- Python 2.7.6 -- py-1.4.22 -- pytest-2.6.0
collected 1 items
test_tmpdir.py F
@@ -37,7 +37,7 @@ Running this would result in a passed test except for the last
================================= FAILURES =================================
_____________________________ test_create_file _____________________________
tmpdir = local('/tmp/pytest-1009/test_create_file0')
tmpdir = local('/tmp/pytest-25/test_create_file0')
def test_create_file(tmpdir):
p = tmpdir.mkdir("sub").join("hello.txt")