colorful_test.message#

Functions

output_msg(type, msg)

Prints a message with a green tick if the type is 'suc'; otherwise, prints it with a red cross.

show_message([fail, success])

Decorator used to print a failure message if a test fails or a success message if a test passes.