示例#1
0
def test_error1():
    # _sympify doesn't parse strings
    raises(SympifyError, lambda: _sympify("x"))
示例#2
0
def test_sympify_error1b():
    assert not _sympify("1***2", raise_error=False)