Ejemplo n.º 1
0
 def test__get_dataset_features(self):
     # Only a smoke check
     features = _get_dataset_features(2)
     self.assertIsInstance(features, dict)
Ejemplo n.º 2
0
 def test__get_dataset_features(self):
     features = _get_dataset_features(self.workdir, 2)
     self.assertIsInstance(features, dict)
     features_xml_path = os.path.join(self.workdir, 'features.xml')
     self.assertTrue(os.path.exists(features_xml_path))
Ejemplo n.º 3
0
 def test__get_dataset_features(self):
     features = _get_dataset_features(self.workdir, 2)
     self.assertIsInstance(features, dict)
     features_xml_path = os.path.join(self.workdir, 'features.xml')
     self.assertTrue(os.path.exists(features_xml_path))