tests.models package#

Submodules#

tests.models.test_models module#

Module for tests for application models.

Classes:

ChatModelTestCase

class tests.models.test_models.ChatModelTestCase(methodName='runTest')[source]#

Bases: TestCase

Test case class for application Message model.

test_model_has_chat_uuid_column() None[source]#

Test that the model has a chat uuid column. :return: None

test_model_inherits_from_sqlalchemy_base() None[source]#

Test that the model inherits from sqlalchemy DeclarativeMeta. :return: None

test_model_is_a_class_model() None[source]#

Test that the model is a class model :return: None

Module contents#