Esempio n. 1
0
def test_setWC():
    assert setWC('Integral(x_**WC(m, S(1)), x_)') == "Integral(x_**WC('m', S(1)), x_)"
Esempio n. 2
0
def test_setWC():
    assert setWC(
        "Integral(x_**WC(m, S(1)), x_)") == "Integral(x_**WC('m', S(1)), x_)"