Hi folks &amp; Holger,<div><br><br><div class="gmail_quote">On Fri, Dec 21, 2012 at 4:51 AM, holger krekel <span dir="ltr">&lt;<a href="mailto:holger@merlinux.eu" target="_blank">holger@merlinux.eu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
However, some people expect fixtures/setup_function/method functions to execute<br>
before the generator does and this mixes the collection with the runtest phase.<br>
Unfortunately, nose also supports this notion although i am wondering how<br>
nose2 is going to deal with it as Jason also plans to separate collection<br>
from running.<br></blockquote><div><br></div><div>nose2 does separate collection from running and breaks backwards compatibility with nose&#39;s generator tests. This can be pretty surprising in some cases, if you&#39;re using generator tests in a test class and you expect to be able to use instance attributes set in setUp in the generator function -- you can&#39;t. That&#39;s currently filed as a bug against nose2, but I&#39;m coming around to thinking that it&#39;s just the way the design has to work. So I guess that would be my opinion -- there&#39;s no need to preserve compatibility with nose.</div>
<div><br></div><div>JP</div></div></div>