Share and Money Management 0.18devel
Public Member Functions | List of all members
tests.test_database.TestDatabase Class Reference

Test creation and initial load into a SQLite database. More...

Inheritance diagram for tests.test_database.TestDatabase:

Public Member Functions

def setUp (self)
 Creates a in-memory database. More...
 
def test_filling (self)
 Tests initial loading using objects. More...
 

Detailed Description

Test creation and initial load into a SQLite database.

Member Function Documentation

◆ setUp()

def tests.test_database.TestDatabase.setUp (   self)

Creates a in-memory database.

References smm.database.init_storm().

Here is the call graph for this function:

◆ test_filling()

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().

Here is the call graph for this function:

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