コード例 #1
0
 def run(self, result=None):
     with MockDuo(NORMAL_CERT):
         return super(TestPamGECOS, self).run(result)
コード例 #2
0
ファイル: test_login_duo.py プロジェクト: mbish/duo_unix
 def run(self, result=None):
     with MockDuo(NORMAL_CERT):
         return super(TestLoginDuoGroups, self).run(result)
コード例 #3
0
 def run(self, result=None):
     with MockDuo(NORMAL_CERT):
         return super(TestPamSpecificEnv, self).run(result)
コード例 #4
0
ファイル: test_login_duo.py プロジェクト: mbish/duo_unix
 def run(self, result=None):
     with MockDuo(NORMAL_CERT):
         return super(TestLoginDuoUIDMismatch, self).run(result)