[py-dev] 1.0.0b3 released
holger krekel
holger at merlinux.eu
Tue Jun 23 10:29:57 CEST 2009
Hi Ralf,
On Mon, Jun 22, 2009 at 18:42 +0200, Ralf Schmitt wrote:
> On Fri, Jun 19, 2009 at 1:21 PM, holger krekel<holger at merlinux.eu> wrote:
> > Hope things work for everyone - please let me know of any
> > problems. Next week i'd like to do a 1.0 final.
>
> py.test.mark isn't there:
>
> xfail = py.test.mark.xfail("expected failure")
> E AttributeError: mark
>
> Is this intended?
it's now py.test.xfail("expected failure"). Did you find
some rogue link/documentation about this Or was it just
that i missed pointing that out in the CHANGELOG?
FYI, plugins can implement the
pytest_namespace(config)
hook returning a dict that will thus extend the py.test.* namespace.
best,
holger
More information about the py-dev
mailing list