Re: [py-dev] reversing fixture/xunit setup call order?

2012-12-19 Thread lahwran
that looks good to me. I'm not sure I understand the reasoning behind having `clsarg(...) # @pytest.fixture("class", autouse=False)` come after setupClass, though. On Wed, Dec 19, 2012 at 1:42 AM, holger krekel wrote: > On Tue, Dec 18, 2012 at 21:11 +0100, Floris Bruynooghe wrote: > > On 16 Dece

Re: [py-dev] reversing fixture/xunit setup call order?

2012-12-19 Thread holger krekel
On Tue, Dec 18, 2012 at 21:11 +0100, Floris Bruynooghe wrote: > On 16 December 2012 12:23, holger krekel wrote: > > Currently, if you define e.g. an autouse fixture function it is going to > > be called _after_ the xUnit setup functions. This is especially > > surprising when you do a session-sco