tests.model package¶
Submodules¶
tests.model.test_sql_query_column_model module¶
test class
-
class
tests.model.test_sql_query_column_model.SQLColumnModelTest(methodName='runTest')[source]¶ Bases:
unittest.case.TestCasetest class for SQLColumnModel
-
testColumnAsDescriptionLongNameCamelCase()[source]¶ Test column as description for a long name with camel case.
-
testColumnAsDescriptionLongNamePascalCase()[source]¶ Test column as description for a long name with pascal case.
-
testColumnAsSnakeCaseHasUnderline()[source]¶ Test column as description for a name ending with an underscore resulting in an error.
-
testColumnAsSnakeCaseLongNamePascalCase()[source]¶ Test snake case for for a long name with pascal case.
-
tests.model.test_sql_query_column_model_timestamp module¶
test class