On Jun 12, 10:54 am, Roy Smith <[email protected]> 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?
--
http://mail.python.org/mailman/listinfo/python-list
