Re: [Zope-dev] Re: [zope.testing.doctest] a nasty surprise

2008-04-11 Thread Dieter Maurer
Balazs Ree wrote at 2008-4-11 09:19 +0200: > ... >>> In order to analyse a difficult problem, I added "from dm.pdb import >>> zpdb; zpdb.set_trace()" in the doctest ("dm.pdb.zpdb" is my Zope aware >>> PDB extension) >> >> The standard PDB works fine. I'm sure you're extended version can be >> twe

[Zope-dev] Re: [zope.testing.doctest] a nasty surprise

2008-04-11 Thread Balazs Ree
On Thu, 10 Apr 2008 11:50:35 -0400, Benji York wrote: > Dieter Maurer wrote: >> As the community (apparently) strongly favors "doctest" over >> "unittest", I wrote my first test based on "zope.testing.doctest". And >> promptly, I was badly surprised >> >> In order to analyse a difficult probl