コード例 #1
0
ファイル: test_whoplugins.py プロジェクト: dbaty/Lasco
 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))
コード例 #2
0
ファイル: test_whoplugins.py プロジェクト: dbaty/Lasco
 def _make_one(self):
     from lasco.whoplugins import make_auth_plugin
     return make_auth_plugin()