GnuCash  5.6-150-g038405b370+
Public Member Functions
test_price_and_wrapping.TestGncPriceWrapping Class Reference
Inheritance diagram for test_price_and_wrapping.TestGncPriceWrapping:
test_price_and_wrapping.PriceSession

Public Member Functions

def test_lookup_latest_returns_gnc_price (self)
 
def test_nth_price_returns_gnc_price (self)
 
def test_get_commodity_returns_gnc_commodity (self)
 
def test_get_currency_returns_gnc_commodity (self)
 
def test_get_value_returns_gnc_numeric (self)
 
def test_clone_returns_gnc_price (self)
 
def test_lookup_latest_any_currency_returns_list_of_gnc_price (self)
 
def test_get_prices_returns_list_of_gnc_price (self)
 
def test_lookup_nearest_in_time_any_currency (self)
 
def test_lookup_nearest_before_any_currency (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
 

Detailed Description

Verify that GncPrice / GncPriceDB methods return properly wrapped
Python objects instead of raw SwigPyObjects.

Definition at line 68 of file test_price_and_wrapping.py.


The documentation for this class was generated from the following file: