def setUp(self): self.examplefile = get_path('SP_2C_02_02358_S138_E3586.spc')
def test_read(self): d = io_json.read_json(get_path('logging.json')) self.assertIn('handlers', d.keys())
def test_read(self): d = io_yaml.read_yaml(get_path('logging.yaml')) self.assertIn('handlers', d.keys())