(self)
| 137 | @pytest.mark.skipif(not socket_auth, reason="connection to unix_socket required") |
| 138 | @pytest.mark.skipif(not socket_found, reason="no socket plugin") |
| 139 | def testSocketAuth(self): |
| 140 | self.realtestSocketAuth() |
| 141 | |
| 142 | def realtestSocketAuth(self): |
| 143 | with TempUser( |
nothing calls this directly
no test coverage detected