]> granicus.if.org Git - python/commit
Fix an assertRaises situation and typo. Also pass all tests to run_unittest
authorBrian Curtin <brian.curtin@gmail.com>
Sat, 7 Aug 2010 03:47:21 +0000 (03:47 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Sat, 7 Aug 2010 03:47:21 +0000 (03:47 +0000)
commit42143562c2f5a716cd24c83e2dbe4b7e5e9a6d6d
tree18e10379fb2a2f129af2eda046e3fb9f816d889b
parent86f96139574e7b921a6c12b4352beae62d9a26f8
Fix an assertRaises situation and typo. Also pass all tests to run_unittest
rather than do it by platform -- the proper skips are in place already.
Lib/test/test_signal.py