[Python-Dev] Checking in a broken test was: Re: [Python-checkins]r41940 (original) (raw)
Neal Norwitz nnorwitz at gmail.com
Sun Jan 8 22:47:12 CET 2006
- Previous message: [Python-Dev] Checking in a broken test was: Re: [Python-checkins]r41940 - python/trunk/Lib/test/test_compiler.py
- Next message: [Python-Dev] some interesting readings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 1/8/06, Fredrik Lundh <fredrik at pythonware.com> wrote:
many test frameworks support "expected failures" for this purpose. how hard would it be to add a unittest.FailingTestCase class that runs a TestCase, catches any errors in it, and signals an error ("test foo passed unexpectedly") if it runs cleanly ?
- Previous message: [Python-Dev] Checking in a broken test was: Re: [Python-checkins]r41940 - python/trunk/Lib/test/test_compiler.py
- Next message: [Python-Dev] some interesting readings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]