]> granicus.if.org Git - python/commit
Merged revisions 79265-79266 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Mon, 22 Mar 2010 01:13:48 +0000 (01:13 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 22 Mar 2010 01:13:48 +0000 (01:13 +0000)
commit8769fd8a17dad1b1861c04ea75ce46478d21a34d
treed560c681b9e306646f9f54eb3e7c4bba29b0b7ef
parentdccc1fcfafd37c6fd94ca766516cb4903b29668e
Merged revisions 79265-79266 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79265 | michael.foord | 2010-03-21 20:01:34 -0500 (Sun, 21 Mar 2010) | 1 line

  -f/--failfast command line option for unittest. Issue 8074. Documentation still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest
........
  r79266 | michael.foord | 2010-03-21 20:02:23 -0500 (Sun, 21 Mar 2010) | 1 line

  Fix failing test committed by accident.
........
Lib/test/test_unittest.py
Lib/unittest/main.py
Lib/unittest/result.py
Lib/unittest/runner.py