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
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
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.
> 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,
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