(self)
| 1935 | ) |
| 1936 | |
| 1937 | def tearDown(self): |
| 1938 | super().tearDown() |
| 1939 | # TODO: fix template loader caching so this isn't necessary. |
| 1940 | RequestHandler._template_loaders.clear() |
| 1941 | |
| 1942 | def test_ui_method(self): |
| 1943 | response = self.fetch("/?value=asdf") |