Definition at line 5 of file test_book.py.
◆ setUp()
| test_book.BookSession.setUp |
( |
|
self | ) |
|
Definition at line 6 of file test_book.py.
6 def setUp(self):
7 self.ses = Session()
8 self.book = self.ses.get_book()
9 self.table = self.book.get_table()
10 self.currency = self.table.lookup('CURRENCY', 'EUR')
11
◆ book
| test_book.BookSession.book |
◆ currency
| test_book.BookSession.currency |
◆ ses
| test_book.BookSession.ses |
◆ table
| test_book.BookSession.table |
The documentation for this class was generated from the following file: