Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dshahi-parsers_test' into dshahi…
Browse files Browse the repository at this point in the history
…-parsers_test
  • Loading branch information
Deepsana Shahi authored and Deepsana Shahi committed Mar 26, 2024
2 parents 32e43a9 + 2f0ce24 commit 899a858
Show file tree
Hide file tree
Showing 25 changed files with 12 additions and 1,803 deletions.
12 changes: 12 additions & 0 deletions skema/rest/tests/test_eqns_to_mets.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ async def test_post_eqns_to_mets_mathml_latex():
"type": None,
"content": {"Mi": "E"},
"func_of": None,
"notation": None,
}
}
},
Expand All @@ -53,6 +54,7 @@ async def test_post_eqns_to_mets_mathml_latex():
"type": None,
"content": {"Mi": "m"},
"func_of": None,
"notation": None,
}
}
},
Expand All @@ -66,6 +68,7 @@ async def test_post_eqns_to_mets_mathml_latex():
"type": None,
"content": {"Mi": "c"},
"func_of": None,
"notation": None,
}
}
},
Expand All @@ -89,6 +92,7 @@ async def test_post_eqns_to_mets_mathml_latex():
"type": None,
"content": {"Mi": "c"},
"func_of": None,
"notation": None,
}
}
},
Expand All @@ -102,6 +106,7 @@ async def test_post_eqns_to_mets_mathml_latex():
"type": None,
"content": {"Mi": "a"},
"func_of": None,
"notation": None,
}
}
},
Expand All @@ -111,6 +116,7 @@ async def test_post_eqns_to_mets_mathml_latex():
"type": None,
"content": {"Mi": "b"},
"func_of": None,
"notation": None,
}
}
},
Expand Down Expand Up @@ -175,6 +181,7 @@ async def test_post_eqns_to_mets_latex_mathml():
"type": None,
"content": {"Mi": "E"},
"func_of": None,
"notation": None,
}
}
},
Expand All @@ -188,6 +195,7 @@ async def test_post_eqns_to_mets_latex_mathml():
"type": None,
"content": {"Mi": "m"},
"func_of": None,
"notation": None,
}
}
},
Expand All @@ -201,6 +209,7 @@ async def test_post_eqns_to_mets_latex_mathml():
"type": None,
"content": {"Mi": "c"},
"func_of": None,
"notation": None,
}
}
},
Expand All @@ -224,6 +233,7 @@ async def test_post_eqns_to_mets_latex_mathml():
"type": None,
"content": {"Mi": "c"},
"func_of": None,
"notation": None,
}
}
},
Expand All @@ -237,6 +247,7 @@ async def test_post_eqns_to_mets_latex_mathml():
"type": None,
"content": {"Mi": "a"},
"func_of": None,
"notation": None,
}
}
},
Expand All @@ -246,6 +257,7 @@ async def test_post_eqns_to_mets_latex_mathml():
"type": None,
"content": {"Mi": "b"},
"func_of": None,
"notation": None,
}
}
},
Expand Down
Loading

0 comments on commit 899a858

Please sign in to comment.