Why doesn't nose see my plugin?

alex23 wuwei23 at gmail.com
Tue Jun 11 21:37:48 EDT 2013


On Jun 12, 10:54 am, Roy Smith <r... at panix.com> wrote:
> I'm attempting to write a nose plugin.  Nosetests (version 1.3.0) is not
> seeing it.
>
> setup(

>     entry_points = {
>         'nose.plugins.1.10': ['mongoreporter =
> mongo_reporter.MongoReporter'],
>         },

Hey Roy,

I've never actually written a nose plugin so this is a wild stab in
the dark, but should the entry point be 'nose.plugins.1.3.0' in order
to reflect the version of nose?



More information about the Python-list mailing list