Why doesn't nose see my plugin?

alex23 wuwei23 at gmail.com
Tue Jun 11 21:45:28 EDT 2013


On Jun 12, 11:43 am, Roy Smith <r... at panix.com> wrote:
> Just to see what would happen, I tried changing it to:
>
>     entry_points = {
>         'nose.plugins.1.3.0': ['mongoreporter =
> testing.nose.mongo_reporter.MongoReporter'],
>         },
>
> didn't appear to make any difference.

Yeah, reading some more it looks like it's referring to the version of
the plugin API and not of nose itself, sorry for the mislead.



More information about the Python-list mailing list