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