]> granicus.if.org Git - python/commit
Recorded merge of revisions 78508-78509 via svnmerge from
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 27 Feb 2010 22:12:37 +0000 (22:12 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 27 Feb 2010 22:12:37 +0000 (22:12 +0000)
commitb1e94e8af51d924c991001b95a3a47c5481099c3
tree8e5bd3d4155e516a17c8a596c1b26f6ac9762ccd
parent09259e2043289347cc90ec98578228548668b105
Recorded merge of revisions 78508-78509 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78508 | florent.xicluna | 2010-02-27 20:20:50 +0100 (sam, 27 fév 2010) | 2 lines

  Clean test_subprocess: use assertRaises, skipIf, skipUnless helpers and a custom helper assertStderrEqual.
........
  r78509 | florent.xicluna | 2010-02-27 22:15:27 +0100 (sam, 27 fév 2010) | 2 lines

  Fix an oversight in r78508: p.wait() should be compared to 0
........
Lib/test/test_subprocess.py