-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix/pytest git #124
Bugfix/pytest git #124
Conversation
@@ -76,3 +76,28 @@ jobs: | |||
- name: mypy | |||
run: | | |||
poetry run mypy . | |||
|
|||
pytest: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Я вроде в таске просил отдельным файлом) Давай отдельным оформим и добавим именно на пулреквест ручку. а в прекоммите оставим. То есть не надо проводить его постоянно при каждом пуше
@@ -36,6 +36,13 @@ repos: | |||
|
|||
- repo: local | |||
hooks: | |||
- id: run-make-pytest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Запуская pytest командой poetry run pytest из "adaptive_hockey_federation/adaptive_hockey_federation" работает нормально, если запускать из корня, то да, он не находит файл.
Перепроверь дирректорию мне кажется запускаешь не из той.
Если запускать командой make pytest, то будет нормально и из той дирректории, из которой запускаешь на скрине.
Description
Пофиксил pytest:
Type of change
Пожалуйста, удалите варианты, которые не относятся к ПР-у.
How Has This Been Tested?
Checklist: