示例#1
0
 def test_yaml(self):
     self.assertEqual(parse_input_path('manual/detox_catwalk.yaml'),
                      ('manual/detox_catwalk', 'yaml'))
示例#2
0
 def test_uppercase_format(self):
     self.assertEqual(parse_input_path('DATA.YAML'),
                      ('DATA', 'yaml'))
示例#3
0
 def test_sqlite(self):
     self.assertEqual(parse_input_path('sr.company.sqlite'),
                      ('sr.company', 'sqlite'))