コード例 #1
0
ファイル: test_scratch.py プロジェクト: spendright/msd
 def test_yaml(self):
     self.assertEqual(parse_input_path('manual/detox_catwalk.yaml'),
                      ('manual/detox_catwalk', 'yaml'))
コード例 #2
0
ファイル: test_scratch.py プロジェクト: spendright/msd
 def test_uppercase_format(self):
     self.assertEqual(parse_input_path('DATA.YAML'),
                      ('DATA', 'yaml'))
コード例 #3
0
ファイル: test_scratch.py プロジェクト: spendright/msd
 def test_sqlite(self):
     self.assertEqual(parse_input_path('sr.company.sqlite'),
                      ('sr.company', 'sqlite'))