[issue1864] test_locale doesn't use unittest

2008-07-25 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Done in r65237. Hopefully it won't break in weird ways on some platforms... -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue1864] test_locale doesn't use unittest

2008-02-17 Thread Brett Cannon
Changes by Brett Cannon: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1864] test_locale doesn't use unittest

2008-02-01 Thread Antoine Pitrou
Antoine Pitrou added the comment: Well it was how I planned to do it at first (hence this bug entry) :-) I can still try to split the #1222 patch if it makes things easier (but does it?). __ Tracker <[EMAIL PROTECTED]> __

[issue1864] test_locale doesn't use unittest

2008-02-01 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: I think that we should separate this from #1222, and have two steps: - first change test_locale, without any modification to localemodule. - then add features and more tests. -- nosy: +amaury.forgeotdarc __ Tracker

[issue1864] test_locale doesn't use unittest

2008-01-31 Thread Antoine Pitrou
Antoine Pitrou added the comment: An improved version of this patch is now included in the proposed patch for #1222 :) __ Tracker <[EMAIL PROTECTED]> __

[issue1864] test_locale doesn't use unittest

2008-01-31 Thread Antoine Pitrou
Antoine Pitrou added the comment: An improved version of this patch is now included in the proposed patch for #1222 :) __ Tracker <[EMAIL PROTECTED]> __

[issue1864] test_locale doesn't use unittest

2008-01-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, here is an almost straight conversion of the original test_locale to unittest. Added file: http://bugs.python.org/file9202/locale_test.patch __ Tracker <[EMAIL PROTECTED]> __

[issue1864] test_locale doesn't use unittest

2008-01-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: > A patch is welcome. I'll try to work on it in a few days. > Was the test covered by a GHOP task? Hmm, what is a "GHOP task"? __ Tracker <[EMAIL PROTECTED]> __

[issue1864] test_locale doesn't use unittest

2008-01-18 Thread Christian Heimes
Christian Heimes added the comment: A patch is welcome. Was the test covered by a GHOP task? -- nosy: +tiran priority: -> normal __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1864] test_locale doesn't use unittest

2008-01-18 Thread Antoine Pitrou
New submission from Antoine Pitrou: test_locale uses its own result printout and doesn't throw an exception when a test fails. It should be probably converted to unittest. -- components: Library (Lib) messages: 60085 nosy: pitrou severity: normal status: open title: test_locale doesn't u