tests.frontend.controller package¶
Submodules¶
tests.frontend.controller.test_sqlite_controller module¶
test class
-
class
tests.frontend.controller.test_sqlite_controller.SQLiteControllerTest(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseTests the SQLite controller
-
testCreateSQLQueryModelWithUserInput()[source]¶ test the creation of the sql Query model with the user input
-
testCreateSQLQueryModelWithUserInputExamplesNewRowNameValidationError()[source]¶ test method CreateEventModelWithUserInput with examples
-
testCreateSQLQueryModelWithUserInputNotAdding()[source]¶ test the creation of the sql Query model with the user input
-
testCreateSQLQueryModelWithUserInputWithExamplesAndFourDataExamples()[source]¶ test method CreateEventModelWithUserInput with examples
-
testCreateSQLQueryModelWithUserInputWithExamplesAndNoDataFromQuery()[source]¶ test method CreateEventModelWithUserInput with examples
-
testCreateSQLQueryModelWithUserInputWithExamplesAndOneDataExamples()[source]¶ test method CreateEventModelWithUserInput with examples
-
testCreateSQLQueryModelWithUserInputWithExamplesAndTwoDataExamples()[source]¶ test method CreateEventModelWithUserInput with examples
-
testPluginNameIfExisting()[source]¶ test method after getting the plugin Name from the user if the plugin Name already exists
-
testPluginNameIfNotExisting()[source]¶ test method after getting tplugin Name from the user if the plugin Name is new
-
testSqlQueryWithAbort()[source]¶ test method after getting the source path from the user using abort
-