def test_read_input_files_with_release_ds(self):
     ds = SimpleDataSource.from_data_catalog(DATA_CATALOG)
     # Make sure that's the external datasource
     self.assertEqual(len(ds.products), 3)
     study = load_study_from_excel(self.tutorial_file,
                                   datasource=ds,
                                   allow_gui=False)
     self.assert_valid_tutorial_study(study)
 def setUp(self):
     self.ds = SimpleDataSource.from_data_catalog(data_catalog=DATA_CATALOG)