コード例 #1
0
ファイル: cli.py プロジェクト: ssato/python-jinja2-cli
 def test_12_parse_template_paths__w_paths(self):
     self.assertEquals(TT.parse_template_paths("/a/b/c.yml", "/a/d:/a/e"),
                       ["/a/d", "/a/e", "/a/b"])
コード例 #2
0
ファイル: cli.py プロジェクト: ssato/python-jinja2-cli
 def test_10_parse_template_paths__wo_paths(self):
     self.assertEquals(TT.parse_template_paths("/a/b/c.yml"),
                       [os.curdir, "/a/b"])