MCPcopy Create free account
hub / github.com/EasyIME/PIME / setUp

Method setUp

python/python3/tornado/test/template_test.py:530–531  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

528
529class TemplateLoaderTest(unittest.TestCase):
530 def setUp(self):
531 self.loader = Loader(os.path.join(os.path.dirname(__file__), "templates"))
532
533 def test_utf8_in_file(self):
534 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