(self)
| 423 | |
| 424 | @authenticated |
| 425 | def get(self): |
| 426 | # we'll never actually get here because the test doesn't follow redirects |
| 427 | self.send_error(500) |
| 428 | |
| 429 | |
| 430 | class AuthRedirectTest(WebTestCase): |
nothing calls this directly
no test coverage detected