Assert ~~~~~~ + `assert_overview`_ An overview of the Assert module. + `assert_checkalmostequal`_ Check that computed and expected are numerically close. + `assert_checkequal`_ Check that computed and expected are equal. + `assert_checkerror`_ Check that an instruction produces the expected error. + `assert_checkfalse`_ Check that condition is false. + `assert_checkfilesequal`_ Check that two files are equal. + `assert_checktrue`_ Check that condition is true. + `assert_comparecomplex`_ Compare complex numbers with a tolerance. + `assert_computedigits`_ Returns the number of significant digits in computed result. + `assert_cond2reltol`_ Suggests a relative error, computed from the condition number. + `assert_cond2reqdigits`_ Suggests the number of required digits, given the condition number. + `assert_generror`_ Generates an error. .. _assert_generror: assert_generror.html .. _assert_computedigits: assert_computedigits.html .. _assert_cond2reltol: assert_cond2reltol.html .. _assert_overview: assert_overview.html .. _assert_checkequal: assert_checkequal.html .. _assert_checktrue: assert_checktrue.html .. _assert_checkalmostequal: assert_checkalmostequal.html .. _assert_checkfilesequal: assert_checkfilesequal.html .. _assert_checkfalse: assert_checkfalse.html .. _assert_cond2reqdigits: assert_cond2reqdigits.html .. _assert_comparecomplex: assert_comparecomplex.html .. _assert_checkerror: assert_checkerror.html