|
GnuCash c935c2f+
|
Public Member Functions | |
| test_defaut (self) | |
| test_from_num_denom (self) | |
| test_from_int (self) | |
| test_from_float (self) | |
| test_from_float_auto (self) | |
| test_from_instance (self) | |
| test_from_str (self) | |
| test_to_str (self) | |
| test_to_double (self) | |
| test_to_fraction (self) | |
| test_incorect_args (self) | |
Definition at line 6 of file test_numeric.py.
| test_numeric.TestGncNumeric.test_defaut | ( | self | ) |
Definition at line 7 of file test_numeric.py.
| test_numeric.TestGncNumeric.test_from_float | ( | self | ) |
Definition at line 32 of file test_numeric.py.
| test_numeric.TestGncNumeric.test_from_float_auto | ( | self | ) |
Definition at line 48 of file test_numeric.py.
| test_numeric.TestGncNumeric.test_from_instance | ( | self | ) |
Definition at line 54 of file test_numeric.py.
| test_numeric.TestGncNumeric.test_from_int | ( | self | ) |
Definition at line 19 of file test_numeric.py.
| test_numeric.TestGncNumeric.test_from_num_denom | ( | self | ) |
Definition at line 13 of file test_numeric.py.
| test_numeric.TestGncNumeric.test_from_str | ( | self | ) |
Definition at line 61 of file test_numeric.py.
| test_numeric.TestGncNumeric.test_incorect_args | ( | self | ) |
Definition at line 88 of file test_numeric.py.
| test_numeric.TestGncNumeric.test_to_double | ( | self | ) |
Definition at line 79 of file test_numeric.py.
| test_numeric.TestGncNumeric.test_to_fraction | ( | self | ) |
Definition at line 83 of file test_numeric.py.
| test_numeric.TestGncNumeric.test_to_str | ( | self | ) |
Definition at line 72 of file test_numeric.py.