[svn r37278] move files from branch to trunk (and thus complete

the merge of the config branch into the trunk)

--HG--
branch : trunk
This commit is contained in:
hpk
2007-01-24 17:46:46 +01:00
parent 638e4318e4
commit 7cf9824680
74 changed files with 4201 additions and 6210 deletions

View File

@@ -178,9 +178,9 @@ class TestReportBackend:
assert l[0] is None
def test_start_tests(self):
config = py.test.config._reparse([])
config = py.test.config._reparse([datadir/'filetest.py'])
self.backend.start_tests(config = config,
args = [str(datadir / 'filetest.py')],
args = config.args,
tests = [])
while self.backend.running:
self.backend.update()