Re: unitests don't run under pdb

2008-03-15 Thread Gabriel Genellina
En Fri, 14 Mar 2008 17:23:14 -0200, Amit Gupta <[EMAIL PROTECTED]> escribi�: > So What do I do, if my testcase if failing because of an uncaught > exception and I want to run it in pdb. Oh, sorry, my last message doesn't apply because the unittest framework caughts the exception. Looks like y

Re: unitests don't run under pdb

2008-03-15 Thread Gabriel Genellina
En Fri, 14 Mar 2008 17:23:14 -0200, Amit Gupta <[EMAIL PROTECTED]> escribi�: > On Feb 20, 8:51 pm, Miki <[EMAIL PROTECTED]> wrote: >> Hello Amit, >> >> > python testname.py : the unitests runs as usual and I get the >> > following results: >> >

Re: unitests don't run under pdb

2008-03-14 Thread Amit Gupta
On Feb 20, 8:51 pm, Miki <[EMAIL PROTECTED]> wrote: > Hello Amit, > > > > > python testname.py : the unitests runs as usual and I get the > > following results: > > -- > > Ran 2 tests in 0.024s > > > OK > >

Re: unitests don't run under pdb

2008-02-20 Thread Miki
Hello Amit, > python testname.py : the unitests runs as usual and I get the > following results: > -- > Ran 2 tests in 0.024s > > OK > > > However, if I do "pyth

unitests don't run under pdb

2008-02-20 Thread Amit Gupta
Hi I have a unitest file: If I do python testname.py : the unitests runs as usual and I get the following results: -- Ran 2 tests in 0.024s OK However, if I d