Definition at line 5 of file test_commodity.py.
◆ setUp()
| test_commodity.CommoditySession.setUp |
( |
|
self | ) |
|
Definition at line 6 of file test_commodity.py.
6 def setUp(self):
7 self.ses = Session()
8 self.book = self.ses.get_book()
9 self.table = self.book.get_table()
10
◆ tearDown()
| test_commodity.CommoditySession.tearDown |
( |
|
self | ) |
|
◆ book
| test_commodity.CommoditySession.book |
◆ ses
| test_commodity.CommoditySession.ses |
◆ table
| test_commodity.CommoditySession.table |
The documentation for this class was generated from the following file: