def setUp(self):
     self.examplefile = get_path('SP_2C_02_02358_S138_E3586.spc')
示例#2
0
 def test_read(self):
     d = io_json.read_json(get_path('logging.json'))
     self.assertIn('handlers', d.keys())
示例#3
0
 def test_read(self):
     d = io_json.read_json(get_path('logging.json'))
     self.assertIn('handlers', d.keys())
示例#4
0
 def test_read(self):
     d = io_yaml.read_yaml(get_path('logging.yaml'))
     self.assertIn('handlers', d.keys())
示例#5
0
 def test_read(self):
     d = io_yaml.read_yaml(get_path('logging.yaml'))
     self.assertIn('handlers', d.keys())