Exemple #1
0
    def test_parse_data_sources(self):

        # Instantiating base hub triggers data_sources.json parsing
        BaseHub()
        if self.data_source not in BaseHub.data_sources:
            msg = "The required data source, %s, was not found in %s" % (self.data_source, BaseHub.source_list_file)
            self.fail(msg)