how to "enable" custom project's plugins in a generic way
9 views
Skip to first unread message
Yaroslav Halchenko
unread,
Apr 25, 2012, 7:10:07 PM4/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nose-dev
We have some custom plugins for nose and we run unittests+doctests
with a helper runner script which adds them via addplugins option.
I bet there is a way to avoid that and register/enable plugins
(without running whole battery) in module/__init__.py so that
"nosetests module" would enable them without any additional runner
script/command line parameters.
custom PluginManager? how to override the default one?