MCPcopy
hub / github.com/openreasoner/openr / test_with_subexpr

Function test_with_subexpr

envs/MATH/latex2sympy/tests/atom_expr_test.py:35–36  ·  view source on GitHub ↗
(label, text, symbol_text, subscript)

Source from the content-addressed store, hash-verified

33
34@pytest.mark.parametrize('label, text, symbol_text, subscript', examples)
35def test_with_subexpr(label, text, symbol_text, subscript):
36 assert_equal(text + '_' + subscript, Symbol(symbol_text + '_' + subscript, real=True))
37
38
39@pytest.mark.parametrize('label, text, symbol_text, subscript', examples)

Callers

nothing calls this directly

Calls 1

assert_equalFunction · 0.85

Tested by

no test coverage detected