Skip to content

task_1 done#731

Open
sergech9 wants to merge 2 commits intoYandex-Practicum:mainfrom
sergech9:dev
Open

task_1 done#731
sergech9 wants to merge 2 commits intoYandex-Practicum:mainfrom
sergech9:dev

Conversation

@sergech9
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нужно исправить: из финального проекта нужно удалить все файлы и папки, которые не относятся к решению задачи

def test_ingredient_getters(self, ing_type, name, price):
ingredient = Ingredient(ing_type, name, price)

assert ingredient.get_type() == ing_type
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нужно исправить: здесь и далее: это юнит тесты, на каждый метод должен быть отдельный тест

@irisqul
Copy link
Copy Markdown

irisqul commented Mar 21, 2026

✅ Сильные стороны:

  • Код запускается без ошибок
  • Обеспечено необходимое тестовое покрытие

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants