Share and Money Management 0.18devel
|
Test creation and initial load into a SQLite database. More...
Public Member Functions | |
def | setUp (self) |
Creates a in-memory database. More... | |
def | test_filling (self) |
Tests initial loading using objects. More... | |
Test creation and initial load into a SQLite database.
def tests.test_database.TestDatabase.setUp | ( | self | ) |
Creates a in-memory database.
References smm.database.init_storm().
def tests.test_database.TestDatabase.test_filling | ( | self | ) |
Tests initial loading using objects.
References smm.db_setup.create_structure(), and smm.db_setup.load_initial_data().