[py-dev] [py-svn] r45649 - py/trunk/py

holger krekel holger at merlinux.de
Tue Aug 14 15:37:19 CEST 2007


Hi Maciej, (cc py-dev), 

i see the idea/need for more differentiated ways
of skipping (or test failures) but don't like adding
new names to the geneneral py.test namespace like this. 

What about decorating functions in special ways? 

best, 

holger

On Tue, Aug 14, 2007 at 11:49 +0200, fijal at codespeak.net wrote:

> Author: fijal
> Date: Tue Aug 14 11:49:04 2007
> New Revision: 45649
> 
> Modified:
>    py/trunk/py/__init__.py
> Log:
> Two possible skip reasons
> 
> 
> Modified: py/trunk/py/__init__.py
> ==============================================================================
> --- py/trunk/py/__init__.py	(original)
> +++ py/trunk/py/__init__.py	Tue Aug 14 11:49:04 2007
> @@ -31,6 +31,8 @@
>      'test.skip'              : ('./test/item.py', 'skip'),
>      'test.fail'              : ('./test/item.py', 'fail'),
>      'test.exit'              : ('./test/session.py', 'exit'),
> +    'test.broken'            : ('./test/item.py', 'Broken'),
> +    'test.notimplemented'    : ('./test/item.py', '_NotImplemented'),
>  
>      # configuration/initialization related test api
>      'test.config'            : ('./test/config.py', 'config_per_process'),
> _______________________________________________
> py-svn mailing list
> py-svn at codespeak.net
> http://codespeak.net/mailman/listinfo/py-svn
> 

-- 
merlinux GmbH       Steinbergstr. 42    31139 Hildesheim   
http://merlinux.de  tel +49 5121 20800 75 (fax 77) 


More information about the py-dev mailing list