Test Suite Package#

Subpackages#

Submodules#

Runner File#

Utils File#

This file is used as utilities to help simplify unit tests. The spell_check() method will take in a given exception string message and expected string message to compare the two. If a discrepancy is not found, the spell check() method will return true. Otherwise, it will print what the discrepancy is and return false.

game.test_suite.utils.spell_check(str1: str, str2: str, printing: bool) bool[source]#

This will check the two given strings for any mismatching information. :param printing: :param str1: :param str2: :return: true or false

Module contents#