GnuCash c935c2f+
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
test_account.AccountSession Class Reference
Inheritance diagram for test_account.AccountSession:
test_book.BookSession test_account.TestAccount

Public Member Functions

 setUp (self)
 

Data Fields

 account
 
- Data Fields inherited from test_book.BookSession
 ses
 
 book
 
 table
 
 currency
 

Detailed Description

Definition at line 8 of file test_account.py.

Member Function Documentation

◆ setUp()

test_account.AccountSession.setUp (   self)

Reimplemented from test_book.BookSession.

Definition at line 9 of file test_account.py.

9 def setUp(self):
10 BookSession.setUp(self)
11 self.account = Account(self.book)
12
STRUCTS.

Field Documentation

◆ account

test_account.AccountSession.account

Definition at line 11 of file test_account.py.


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