tests.bll.services package¶
Submodules¶
tests.bll.services.test_sqlite_generator module¶
test class
tests.bll.services.test_sqlite_plugin_helper module¶
Test class
-
class
tests.bll.services.test_sqlite_plugin_helper.SQLitePluginHelperTest(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseClass representing a test case testing the SQLite plugin helper
-
testGetColumnsAndTimestampColumnEmpty()[source]¶ test the getting of the column and timestamp column
-
testGetColumnsAndTimestampColumnEmptyColumns()[source]¶ test the getting of the column and timestamp column
-
testGetColumnsAndTimestampColumnEmptyTimestamp()[source]¶ test the getting of the column and timestamp column
-
testGetColumnsAndTimestampColumnWithData()[source]¶ test the getting of the column and timestamp column
-
testGetColumnsAndTimestampColumnWithNoData()[source]¶ test the getting of the column and timestamp column
-
testGetColumnsAndTimestampColumnWithOneDataRowForThreeTimestamps()[source]¶ test the getting of the column and timestamp column
-
testGetColumnsAndTimestampColumnWithTwoDataRowForThreeTimestamps()[source]¶ test the getting of the column and timestamp column
-
testGetDistinctColumnsFromSQLQueryData()[source]¶ test the creating of a distinct list of all attributes of the queries
-
testGetDistinctColumnsFromSQLQueryDataEmpty()[source]¶ test the creating of a distinct list of all attributes of the queries with an empty array
-
testGetDistinctColumnsFromSQLQueryQueryEmpty()[source]¶ test the creating of a distinct list of all attributes of the queries with an empty array
-
testIsValidCommaSeparatedStringErrorSpaceTwoWords()[source]¶ test a comma separated string for its validity
-
testIsValidCommaSeparatedStringLongErrorComma()[source]¶ test a comma separated string for its validity
-
testIsValidCommaSeparatedStringLongErrorSpace()[source]¶ test a comma separated string for its validity
-
testIsValidCommaSeparatedStringShortCapitalLetterStart()[source]¶ test a comma separated string for its validity
-
testIsValidCommaSeparatedStringShortLowercaseLetterStart()[source]¶ test a comma separated string for its validity
-
tests.bll.services.test_sqlite_plugin_path_helper module¶
Test class