Skip to content

Commit

Permalink
Remove recommendation from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KubEF committed Sep 9, 2024
1 parent 79445de commit cdc2234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
К вашим собственным тестам применяются следующие правила:
- Тесты для домашних заданий размещайте в папке `tests`.
- Формат именования файлов с тестами `test_[какой модуль\класс\функцию тестирует].py`.
- Для работы с тестами рекомендуется использовать [`pytest`](https://docs.pytest.org/en/6.2.x/).
- Для работы с тестами использовать [`pytest`](https://docs.pytest.org/en/6.2.x/).
- Для запуска тестов необходимо из корня проекта выполнить следующую команду:
```shell
python ./scripts/run_tests.py
Expand Down

0 comments on commit cdc2234

Please sign in to comment.