You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow TMC can't find existing functions in my code, although functions naming is consistent with tests. I have three similar errors:
FAIL:
RecipeSearchPart1Test: test_1_function_search_by_name_exists
Your code must contain a function called search_by_name(filename: str, word: str)
FAIL:
RecipeSearchPart2Test: test_4_search_by_time_exists
Your code must contain a function called search_by_time(filename: str, time: int)
FAIL:
RecipeSearchPart3Test: test_7_search_by_ingredient_exists
Your code must contain a function called search_by_ingredient(filename: str, ingedient: str)
The text was updated successfully, but these errors were encountered:
Hi!
Somehow TMC can't find existing functions in my code, although functions naming is consistent with tests. I have three similar errors:
The text was updated successfully, but these errors were encountered: