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