Re: Testing and error handling

2007-03-08 Thread Lawrence Oluyede
> Can you provide a few more clues, please? In particular, what exception > is being raised. If we know what part of the code is involved, it will > be easier to try and work out the differences. > If you can reduce the behaviour to a simple (only a few lines) example, > that would be great, too.

Re: Testing and error handling

2007-03-07 Thread Malcolm Tredinnick
On Wed, 2007-03-07 at 02:24 -0800, Lawrence Oluyede wrote: > I'm having some problems with the same codebase tested with Python 2.5 > and previous versions. With Python 2.5 the tests pass smoothly but > with 2.4 and 2.3 they "explode". The problem seems to arise when the > application raises an ex

Testing and error handling

2007-03-07 Thread Lawrence Oluyede
I'm having some problems with the same codebase tested with Python 2.5 and previous versions. With Python 2.5 the tests pass smoothly but with 2.4 and 2.3 they "explode". The problem seems to arise when the application raises an exception due to bad behavior. Python 2.5 gets back a HTTP 500 (that