Hi all,

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-scoped autouse fixture.  I am wondering
if we could reverse the order, i.e. call fixture functions (including
autouse-fixtures of course) ahead of xUnit setup methods.

any thoughts?

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

Reply via email to