vtools.datastore.excel.test package¶
Submodules¶
vtools.datastore.excel.test.test_excel_service module¶
-
class
TestExcelService
(methodName='runTest')¶ Bases:
unittest.case.TestCase
-
setUp
()¶
-
test_add_data
()¶
-
test_get_catalog
()¶
-
test_get_data
()¶
-
-
random
() → x in the interval [0, 1).¶
vtools.datastore.excel.test.test_excel_utility module¶
-
class
TestExcelUtility
(methodName='runTest')¶ Bases:
unittest.case.TestCase
test utility functions of excel
-
setUp
()¶
-
test_retrieve_rts_all_time
()¶ test of retrieving rts as time is given next to each data col
-
test_retrieve_rts_col_time
()¶ test of retrieving rts as all share one time col
-
test_retrieve_rts_notimes
()¶
-
test_retrieve_ts
()¶ test of retrieving rts as time is given next to each data col
-
test_store_ts
()¶ test store ts into excel file.
-