funcargs work mostly according to the documentation
--HG-- branch : trunk
This commit is contained in:
@@ -18,6 +18,7 @@ class PluginManager(object):
|
||||
|
||||
def register(self, plugin):
|
||||
self.api.pytest_plugin_registered(plugin=plugin)
|
||||
import types
|
||||
self.comregistry.register(plugin)
|
||||
|
||||
def unregister(self, plugin):
|
||||
|
||||
Reference in New Issue
Block a user