[TIP] RFC: additional data in unittest TestResult outcomes

Olemis Lang olemis at gmail.com
Mon Sep 28 06:13:58 PDT 2009


On Mon, Sep 28, 2009 at 8:08 AM, Olemis Lang <olemis at gmail.com> wrote:
>
[...]
> {{{
> #!python
>
> # Hide this module from tracebacks written into test results.
> __unittessts = True
> }}}
>

sorry for the typo , should be

{{{
#!python

# Hide this module from tracebacks written into test results.
__unittests = True
}}}


-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Sobrepasa las 300 descargas el módulo dutest  -
http://feedproxy.google.com/~r/simelo-es/~3/U5rff5iTQPI/sobrepasa-las-300-descargas-el-modulo.html



More information about the testing-in-python mailing list