MCPcopy Index your code
hub / github.com/PyMySQL/PyMySQL / testPamAuth

Method testPamAuth

pymysql/tests/test_connection.py:336–337  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

334 os.environ.get("PAMSERVICE") is None, reason="PAMSERVICE env var required"
335 )
336 def testPamAuth(self):
337 self.realTestPamAuth()
338
339 def realTestPamAuth(self):
340 db = self.db.copy()

Callers

nothing calls this directly

Calls 1

realTestPamAuthMethod · 0.95

Tested by

no test coverage detected