Example #1
0
 def test_41_parse_filespec__wo_type(self):
     self.assertEquals(TT.parse_filespec("a.json"), [("a.json", None)])
Example #2
0
 def test_40_parse_filespec__w_type(self):
     self.assertEquals(TT.parse_filespec("json:a.json"),
                       [("a.json", "json")])