Hi Ralf, 

On Wed, Jul 23, 2008 at 12:19 +0200, Ralf Schmitt wrote:
> On Wed, Jul 23, 2008 at 8:27 AM, holger krekel <[EMAIL PROTECTED]> wrote:
> >
> > P.S.: i am thinking of putting out a 0.9.2 with a few fixes.
> >      If you have anything *now* is a good time to file.
> 
> The ability to mark test cases as "expected failures" would be nice.

Yes, i also want something where i can checkin tests 
that are marked as bugs and have some clever reporting
anhd command line options for this (at best even 
be able to have a link to an issue tracker). 

maybe: 

    @py.test.mark(bug=number or string, url=URL) 
    def test_something():
        ...

although i would like this to also work in setup_*
functions and in python 2.3 nicely, i think. 
I imagine such a decorator to just set attributes 
on the function, not provide a new function.
and the py.test machinery to recognize these 
attributes.  Makes sense? 

Not sure i'd like to consider this for 0.9.2 to be honest
which i rather want to be a bugfix release - at least
not to introduce new concepts.  But i am also heavily
working on a cleanup / refactoring branch which i 
consider the base for a 1.0 hopefully not too far
in the future. 

cheers, 

holger
_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to