The Unittests ============= Testing ``upy.decimal2`` ------------------------ .. autoclass:: upy.test.TestDecimal2 .. automethod:: upy.test.TestDecimal2.test_get_leftmost_digit .. automethod:: upy.test.TestDecimal2.test_str Testing ``upy.undarray`` ------------------------ .. autoclass:: upy.test.TestUndarray .. automethod:: upy.test.TestUndarray.test_array_same_shape .. automethod:: upy.test.TestUndarray.test_array_same_shape_exact .. automethod:: upy.test.TestUndarray.test_array_inequal_shape .. automethod:: upy.test.TestUndarray.test_array_inequal_shape_exact .. automethod:: upy.test.TestUndarray.test_averaging .. automethod:: upy.test.TestUndarray.test_weight .. automethod:: upy.test.TestUndarray.test_linear_regression .. automethod:: upy.test.TestUndarray.test_operators_numpyarray .. automethod:: upy.test.TestUndarray.test_bugsfixes_reproduction Testing ``upy.printable.PrintableElement`` ------------------------------------------ .. autoclass:: upy.test.TestPrintableElement .. automethod:: upy.test.TestPrintableElement.test_print .. automethod:: upy.test.TestPrintableElement.test_sign_print Testing ``upy.printable.PrintableUndarray`` ------------------------------------------- .. autoclass:: upy.test.TestPrintableUndarray .. automethod:: upy.test.TestPrintableUndarray.test_print