(self)
| 2099 | ) |
| 2100 | |
| 2101 | def tearDown(self): |
| 2102 | super().tearDown() |
| 2103 | # TODO: fix template loader caching so this isn't necessary. |
| 2104 | RequestHandler._template_loaders.clear() |
| 2105 | |
| 2106 | def test_ui_method(self): |
| 2107 | response = self.fetch("/?value=asdf") |