def test_make_html(self): '''make_html: this tests the output html format''' obs=make_html(self.rarefaction_legend_mat, \ self.rarefaction_data_mat,self.data['xaxis'], \ self.imagetype,self.mapping_lookup) self.assertEqual(obs,exp_html)
def test_make_html(self): '''make_html: this tests the output html format''' obs=make_html(self.rarefaction_legend_mat, \ self.rarefaction_data_mat,self.data['xaxis'], \ self.imagetype,self.mapping_lookup) self.assertEqual(obs, exp_html)
def test_make_html(self): """make_html: this tests the output html format""" obs = make_html( self.rarefaction_legend_mat, self.rarefaction_data_mat, self.data["xaxis"], self.imagetype, self.mapping_lookup, ) self.assertEqual(obs, exp_html)