Пример #1
0
 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())