GnuCash c935c2f+
Loading...
Searching...
No Matches
Public Member Functions
test_commodity.TestCommodity Class Reference
Inheritance diagram for test_commodity.TestCommodity:
test_commodity.CommoditySession

Public Member Functions

 test_iso_currency (self)
 
- Public Member Functions inherited from test_commodity.CommoditySession
 setUp (self)
 
 tearDown (self)
 

Additional Inherited Members

- Data Fields inherited from test_commodity.CommoditySession
 ses
 
 book
 
 table
 

Detailed Description

Definition at line 14 of file test_commodity.py.

Member Function Documentation

◆ test_iso_currency()

test_commodity.TestCommodity.test_iso_currency (   self)

Definition at line 15 of file test_commodity.py.

15 def test_iso_currency(self):
16 eur = self.table.lookup('CURRENCY', 'EUR')
17 self.assertIsNotNone(eur)
18

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