def test_biomolecule_annotation_failing(self): response = api.post_biomolecule_annotation(self.annotationJson3) self.assertEqual(response.status_code, 500)
def test_biomolecile_annotation_post_3(self): response = api.post_biomolecule_annotation(self.annotationJson4) self.assertEqual(response.status_code, 201)