to assert that your function returns a certain value. ... def test_function(): > assert f() == 4 E assert 3 == 4 E + where 3 = f() test_assert1.py:6: ...
確定! 回上一頁