Share and Money Management 0.18devel
|
Test mathematical functions out of smm.math. More...
Public Member Functions | |
def | setUp (self) |
Initialise parts of SMM only. More... | |
def | test_gcd (self) |
Test greatest common divisor. More... | |
def | test_round_and_remove_exponent (self) |
Test rounding and removal of exponential notation. More... | |
Test mathematical functions out of smm.math.
def tests.test_math.TestMath.setUp | ( | self | ) |
Initialise parts of SMM only.
def tests.test_math.TestMath.test_gcd | ( | self | ) |
def tests.test_math.TestMath.test_round_and_remove_exponent | ( | self | ) |
Test rounding and removal of exponential notation.
References smm.math.round_and_remove_exponent().