(self)
| 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() |
nothing calls this directly
no test coverage detected