[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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user