[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:
@@ -4,7 +4,7 @@ failure_demo = py.magic.autopath().dirpath('failure_demo.py')
|
||||
|
||||
def test_failure_demo_fails_properly():
|
||||
config = py.test.config._reparse([failure_demo])
|
||||
session = config.getsessionclass()(config, py.std.sys.stdout)
|
||||
session = config.initsession()
|
||||
session.main()
|
||||
l = session.getitemoutcomepairs(py.test.Item.Failed)
|
||||
assert len(l) == 21
|
||||
|
||||
Reference in New Issue
Block a user