예제 #1
0
 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
 def test_10_parse_template_paths__wo_paths(self):
     self.assertEquals(TT.parse_template_paths("/a/b/c.yml"),
                       [os.curdir, "/a/b"])