Re: Adding further report options to unittest.py

2008-09-10 Thread Marco Bizzarri
On Wed, Sep 10, 2008 at 3:25 PM, Diez B. Roggisch <[EMAIL PROTECTED]> wrote: > Marco Bizzarri wrote: > >> Hi all. >> >> I would like to change the way test reports are generated, in a Zope >> environment. >> > > Have you looked at nosetests? Nose is a test-discovery & running-framework > based upon

Re: Adding further report options to unittest.py

2008-09-10 Thread Diez B. Roggisch
Marco Bizzarri wrote: > Hi all. > > I would like to change the way test reports are generated, in a Zope > environment. > > I'm playing with TextTestReport, TextTestRunner. Since things are > getting to complicated, I'm afraid I'm following a non-pythonic way. > > Specifically, I would like to

Adding further report options to unittest.py

2008-09-10 Thread Marco Bizzarri
Hi all. I would like to change the way test reports are generated, in a Zope environment. I'm playing with TextTestReport, TextTestRunner. Since things are getting to complicated, I'm afraid I'm following a non-pythonic way. Specifically, I would like to have an output like: package.subpackage.

Report options...

2007-03-19 Thread Mario Lacunza
> Hello, > > Right now Im migrating an VB6+Crystal report+Word App to Python+wxPython > +Reportlab+??? > > The VB system work with Word, creating some patterns (title, foot prints, > etc) and users maybe could insert some new text and Form fields (like > parameters) to personalize the > output,

Report options...

2007-03-17 Thread Mario Lacunza
Hello, Right now Im migrating an VB6+Crystal report+Word App to Python+wxPython +Reportlab+??? The VB system work with Word creating some patterns (title, foot prints, etc) and users maybe could insert some Forms fields to personalize the output connecting this fields with an recordset. I dont w