taucmdr.cf.storage.tests.test_sqlite3_file module
Test functions.
Functions used for unit tests of sqlite3_file.py.
-
class
taucmdr.cf.storage.tests.test_sqlite3_file.SQLite3FileStorageTests(methodName='runTest')[source]
Bases: taucmdr.tests.TestCase
Unit tests for SQLiteLocalFileStorage.
-
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_sqlite_count()[source]
-
test_sqlite_storage_get()[source]
-
test_sqlite_storage_int_value()[source]
-
test_sqlite_storage_list_value()[source]
-
test_sqlite_storage_search()[source]
-
test_sqlite_storage_str_value()[source]
-
test_sqlite_storage_transaction()[source]
-
test_sqlite_storage_update_by_key()[source]
-
test_sqlite_table_count()[source]
-
test_sqlite_table_get()[source]
-
test_sqlite_table_insert()[source]
-
test_sqlite_table_purge()[source]
-
test_sqlite_table_remove()[source]
-
test_sqlite_table_search()[source]
-
test_sqlite_table_update()[source]