Skip to content

Commit

Permalink
Rename test function name
Browse files Browse the repository at this point in the history
  • Loading branch information
montmorill committed Sep 20, 2023
1 parent 90642e6 commit eff946e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chempy/tests/test_chemistry.py
Expand Up @@ -206,9 +206,8 @@ def test_Reaction_from_string__units():


@requires(parsing_library, units_library)
def test_Reaction_check_integral():
def test_Reaction__check_integral():

# this could be sympy.core.numbers.Integer
Reaction(*balance_stoichiometry({"H2", "O2"}, {"H2O"}))

class MyInt:
Expand Down Expand Up @@ -266,7 +265,7 @@ def test_Equilibrium__as_reactions():


@requires(parsing_library)
def test_ReactioN__latex():
def test_Reaction__latex():
keys = "H2O H2 O2".split()
subst = {k: Substance.from_formula(k) for k in keys}
r2 = Reaction.from_string("2 H2O -> 2 H2 + O2", subst)
Expand Down

0 comments on commit eff946e

Please sign in to comment.