MCPcopy
hub / github.com/tornadoweb/tornado / setUp

Method setUp

tornado/test/template_test.py:522–523  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

520
521class TemplateLoaderTest(unittest.TestCase):
522 def setUp(self):
523 self.loader = Loader(os.path.join(os.path.dirname(__file__), "templates"))
524
525 def test_utf8_in_file(self):
526 tmpl = self.loader.load("utf8.html")

Callers

nothing calls this directly

Calls 2

LoaderClass · 0.90
joinMethod · 0.80

Tested by

no test coverage detected