Skip to content

Commit

Permalink
wip on CI test passing
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin committed Mar 25, 2024
1 parent 2ab12a0 commit 81bec5b
Showing 1 changed file with 12 additions and 0 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

0 comments on commit 81bec5b

Please sign in to comment.