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<hol...@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 _______________________________________________ py-dev mailing list py-dev@codespeak.net http://codespeak.net/mailman/listinfo/py-dev