|
GnuCash c935c2f+
|
Public Member Functions | |
| test_get_latest_price_returns_gnc_numeric (self) | |
| test_get_nearest_price_returns_gnc_numeric (self) | |
| test_get_nearest_before_price_returns_gnc_numeric (self) | |
| test_get_latest_price_arithmetic (self) | |
Public Member Functions inherited from test_price_and_wrapping.PriceSession | |
| setUp (self) | |
| tearDown (self) | |
Data Fields | |
| test_comm | |
| usd | |
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.
| 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.
| test_price_and_wrapping.TestGetPriceReturnsGncNumeric.test_get_latest_price_returns_gnc_numeric | ( | self | ) |
Definition at line 393 of file test_price_and_wrapping.py.
| test_price_and_wrapping.TestGetPriceReturnsGncNumeric.test_get_nearest_before_price_returns_gnc_numeric | ( | self | ) |
Definition at line 404 of file test_price_and_wrapping.py.
| test_price_and_wrapping.TestGetPriceReturnsGncNumeric.test_get_nearest_price_returns_gnc_numeric | ( | self | ) |
Definition at line 399 of file test_price_and_wrapping.py.
| test_price_and_wrapping.TestGetPriceReturnsGncNumeric.test_comm |
Definition at line 407 of file test_price_and_wrapping.py.
| test_price_and_wrapping.TestGetPriceReturnsGncNumeric.usd |
Definition at line 407 of file test_price_and_wrapping.py.