tests package

Submodules

tests.test_presentation module

class tests.test_presentation.TestPresentationFunctions(methodName='runTest')

Bases: TestCase

Test suite for the presentation module functions.

setUp()

Set up the test environment.

test_build_slides_with_llm()
test_create_presentation()
test_find_content_placeholder()

Test the find_content_placeholder function.

test_find_most_similar_layout()

Test the find_most_similar_layout function.

test_find_slide_layout_by_name()

Test the find_slide_layout_by_name function.

tests.test_utils module

class tests.test_utils.TestUtils(methodName='runTest')

Bases: TestCase

Test suite for the presentation module functions.

test_ensure_list_dict()

Test ensure_list function with a dictionary.

test_ensure_list_exception()

Test ensure_list function with an invalid input type.

test_ensure_list_list()

Test ensure_list function with a list.

test_format_error()

Test format_error function.

test_format_info()

Test format_info function.

test_format_prompt()

Test format_prompt function.

test_format_warning()

Test format_warning function.

Module contents