taucmdr.cf.storage.tests.test_storage_dispatch module
Test functions.
Functions used for unit tests of storage_dispatch.py.
- 
class taucmdr.cf.storage.tests.test_storage_dispatch.StorageDispatchTests(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_dispatch_count()[source]
 - 
- 
test_sqlite_dispatch_storage_get()[source]
 - 
- 
test_sqlite_dispatch_storage_int_value()[source]
 - 
- 
test_sqlite_dispatch_storage_list_value()[source]
 - 
- 
test_sqlite_dispatch_storage_search()[source]
 - 
- 
test_sqlite_dispatch_storage_str_value()[source]
 - 
- 
test_sqlite_dispatch_storage_transaction()[source]
 - 
- 
test_sqlite_dispatch_storage_update_by_key()[source]
 - 
- 
test_tinydb_dispatch_count()[source]
 - 
- 
test_tinydb_dispatch_storage_get()[source]
 - 
- 
test_tinydb_dispatch_storage_int_value()[source]
 - 
- 
test_tinydb_dispatch_storage_list_value()[source]
 - 
- 
test_tinydb_dispatch_storage_search()[source]
 - 
- 
test_tinydb_dispatch_storage_str_value()[source]
 - 
- 
test_tinydb_dispatch_storage_transaction()[source]
 - 
- 
test_tinydb_dispatch_storage_update_by_key()[source]