Hello!
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).
[enable_plugin]
recipe = zc.recipe.egg
eggs = nose
nosegae
package_under_test
initialization = from nosegae import NoseGAE
arguments = addplugins=[NoseGAE()]
extra-paths = ./parts/google_appengine
./parts/google_appengine/lib/yaml/lib
This works for nosegae plugin, though I don't know if the same approach
works for other plugins.
On 23 March 2010 14:15, Максим Lacrima <[email protected]> wrote:
> Hello!
>
> I'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?
> Specifically, I want to enable nose plugin for GAE: bin/nose --with-gae.
>
> Thanks in advance.
> Sorry, if my English isn't proper.
>
> with regards,
> Maxim.
>
_______________________________________________
Distutils-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig