|
GnuCash
5.6-150-g038405b370+
|
Public Member Functions | |
| def | test_get_latest_price_returns_gnc_numeric (self) |
| def | test_get_nearest_price_returns_gnc_numeric (self) |
| def | test_get_nearest_before_price_returns_gnc_numeric (self) |
| def | test_get_latest_price_arithmetic (self) |
Public Member Functions inherited from test_price_and_wrapping.PriceSession | |
| def | setUp (self) |
| def | tearDown (self) |
Additional Inherited Members | |
Data Fields inherited from test_price_and_wrapping.PriceSession | |
| ses | |
| book | |
| table | |
| usd | |
| test_comm | |
| pricedb | |
| price1 | |
| price2 | |
Verify that get_latest_price, get_nearest_price, and get_nearest_before_price return GncNumeric instead of raw _gnc_numeric.
Definition at line 388 of file test_price_and_wrapping.py.
| def test_price_and_wrapping.TestGetPriceReturnsGncNumeric.test_get_latest_price_arithmetic | ( | self | ) |
Verify the returned GncNumeric supports arithmetic.
Definition at line 410 of file test_price_and_wrapping.py.
1.8.14