[svn r46011] Branch merge of session cleanups.

* killed _tryiter usage in rsession
* moved reporter one level up, so it can be reused later for normal session
* a lot of small simplifications

--HG--
branch : trunk
This commit is contained in:
fijal
2007-08-27 11:02:50 +02:00
parent 46fdbe7867
commit 28c5aae67d
27 changed files with 4266 additions and 385 deletions

View File

@@ -2,7 +2,6 @@ from __future__ import generators
import py
from py.__.test.config import gettopdir
from py.__.test.testing.test_collect import skipboxed
def test_tmpdir():
d1 = py.test.ensuretemp('hello')