Hello!<br><br>In order if someone is interested how to use Nose plugins with buildout I have solved this problem in the following way (without noserunner recipe).<br>[enable_plugin]<br>recipe = zc.recipe.egg<br>eggs = nose<br>
       nosegae<br>       package_under_test<br>initialization = from nosegae import NoseGAE<br>arguments = addplugins=[NoseGAE()]<br>extra-paths = ./parts/google_appengine<br>              ./parts/google_appengine/lib/yaml/lib<br>
<br><br>This works for nosegae plugin, though I don&#39;t know if the same approach works for other plugins.<br><br><div class="gmail_quote">On 23 March 2010 14:15, Максим Lacrima <span dir="ltr">&lt;<a href="mailto:lacrima.maxim@gmail.com">lacrima.maxim@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello!<br><br>I&#39;ve been using buildout. How can I install nose script with pbp.recipe.noserunner recipe (or anything else), so that I can pass an option to the script to enable plugin?<br>
Specifically, I want to enable nose plugin for GAE: bin/nose --with-gae.<br>
<br>Thanks in advance.<br>Sorry, if my English isn&#39;t proper.<br><br>with regards,<br>Maxim.<br>
</blockquote></div><br>