from test_utils import * def test_function_def(): @Commentor() def target(): pass asserteq_or_print(target(), ''' def target(): pass ''')