mentat.datatype.test_sqldb module

Unit test module for testing the mentat.datatype.sqldb module.

class mentat.datatype.test_sqldb.TestMentatDatatypeSqldb(methodName='runTest')[source]

Bases: TestCase

Unit test class for testing the mentat.datatype.sqldb module.

setUp()[source]

Hook method for setting up the test fixture before exercising it.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_01_user_model()[source]

Perform initial minimal tests of mentat.datatype.sqldb.UserModel.

test_02_group_model()[source]

Perform initial minimal tests of mentat.datatype.sqldb.GroupModel.

test_03_group_members_managers()[source]

Perform tests of group members and managers.

test_04_network_model()[source]

Perform initial minimal tests of mentat.datatype.sqldb.NetworkModel.

test_05_filter_model()[source]

Perform initial minimal tests of mentat.datatype.sqldb.FilterModel.

test_06_setrep_model()[source]

Perform initial minimal tests of mentat.datatype.sqldb.SettingsReportingModel.

test_07_event_statistics_model()[source]

Perform initial minimal tests of mentat.datatype.sqldb.EventStatisticsModel.

test_08_event_report_model()[source]

Perform initial minimal tests of mentat.datatype.sqldb.EventReportModel.

test_09_changelog_model()[source]

Perform initial minimal tests of mentat.datatype.sqldb.ItemChangeLogModel.

test_10_detector_model()[source]

Perform initial minimal tests of mentat.datatype.sqldb.DetectorModel.

verbose = False