(self)
| 978 | self.client.login() |
| 979 | |
| 980 | def test_auth_issued_twice(self): |
| 981 | self.client.auth() |
| 982 | self.assertRaises(ValueError, self.client.auth) |
| 983 | |
| 984 | def test_context(self): |
| 985 | self.client.quit() |
nothing calls this directly
no test coverage detected