]> granicus.if.org Git - python/commit
Oops, unittest has no SkipTest exception. I understood the original change:
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 19 Apr 2010 12:20:14 +0000 (12:20 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 19 Apr 2010 12:20:14 +0000 (12:20 +0000)
commit797a49c8792b0ebd3babd3a2f3919f078f85924f
treebb6465943b938ff8e29f1f740164037700c30d44
parentb46d7ba12fc56c13e674a87bcca5143012627016
Oops, unittest has no SkipTest exception. I understood the original change:
replace unittest.SkipTest by TestSkipped.
Lib/test/test_locale.py