Skip to content

Commit

Permalink
fixtures and formatting update (#752)
Browse files Browse the repository at this point in the history
Updating fixtures so that we get up to date counts on the home page
  • Loading branch information
kevinschaper authored Jul 5, 2024
1 parent c106f34 commit c4a6000
Show file tree
Hide file tree
Showing 29 changed files with 102,477 additions and 98,952 deletions.
4 changes: 1 addition & 3 deletions backend/tests/fixtures/association_counts.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ def association_counts():
"items": [
{
"label": "Phenotype to Disease",
"count": 3941,
"count": 3959,
"category": "biolink:DiseaseToPhenotypicFeatureAssociation",
},
{"label": "Causal Gene", "count": 126, "category": "biolink:CausalGeneToDiseaseAssociation"},
{"label": "Correlated Gene", "count": 146, "category": "biolink:CorrelatedGeneToDiseaseAssociation"},
{"label": "Variant to Disease", "count": 1, "category": "biolink:VariantToDiseaseAssociation"},
{"label": "Disease Model", "count": 243, "category": "biolink:GenotypeToDiseaseAssociation"},
]
}
3,126 changes: 1,848 additions & 1,278 deletions backend/tests/fixtures/association_counts_response.py

Large diffs are not rendered by default.

3,106 changes: 1,846 additions & 1,260 deletions backend/tests/fixtures/association_response.py

Large diffs are not rendered by default.

1,770 changes: 888 additions & 882 deletions backend/tests/fixtures/association_table.py

Large diffs are not rendered by default.

1,630 changes: 818 additions & 812 deletions backend/tests/fixtures/association_table_response.py

Large diffs are not rendered by default.

3,330 changes: 1,961 additions & 1,369 deletions backend/tests/fixtures/associations.py

Large diffs are not rendered by default.

242 changes: 121 additions & 121 deletions backend/tests/fixtures/associations_compact.py

Large diffs are not rendered by default.

Loading

0 comments on commit c4a6000

Please sign in to comment.