Skip to content

Commit

Permalink
Merge pull request #106 from geneontology/remove_aws_automation
Browse files Browse the repository at this point in the history
remove AWS github workflow
  • Loading branch information
sierra-moxon authored Nov 4, 2024
2 parents e3abdc2 + 074ce71 commit 0e6a79b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/aws_test.yaml

This file was deleted.

6 changes: 2 additions & 4 deletions tests/unit/test_ribbon.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,8 @@ def test_wb_ribbon(self):
self.assertTrue(subject.get("label") == "daf-2")
self.assertTrue(subject.get("taxon_label") == "Caenorhabditis elegans")
self.assertTrue(subject.get("groups").get("GO:0003674"))
self.assertTrue(subject.get("groups").get("GO:0003674").get("ALL").get("nb_annotations") >= 19)
self.assertTrue(subject.get("groups").get("GO:0008150").get("ALL").get("nb_annotations") >= 70)
print((subject.get("groups").get("GO:0008150").get("ALL").get("nb_annotations")))
self.assertTrue(subject.get("groups").get("GO:0008150").get("ALL").get("nb_annotations") >= 70)
self.assertTrue(subject.get("groups").get("GO:0003674").get("ALL").get("nb_annotations") >= 17)
self.assertTrue(subject.get("groups").get("GO:0008150").get("ALL").get("nb_annotations") >= 67)
self.assertTrue(subject.get("groups").get("GO:0005575").get("ALL").get("nb_annotations") >= 10)
assert response.status_code == 200

Expand Down

0 comments on commit 0e6a79b

Please sign in to comment.