Exemplo n.º 1
0
 def test_make_auth_plugin(self):
     from lasco.whoplugins import make_auth_plugin
     from lasco.whoplugins import SQLAlchemyAuthPlugin
     p = make_auth_plugin()
     self.assert_(isinstance(p, SQLAlchemyAuthPlugin))
Exemplo n.º 2
0
 def _make_one(self):
     from lasco.whoplugins import make_auth_plugin
     return make_auth_plugin()