Skip to content
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

Added required scopes to the docstring #40

Merged
merged 3 commits into from
Jul 16, 2024
Merged

Conversation

DaymasS
Copy link
Contributor

@DaymasS DaymasS commented Jul 16, 2024

Изменения

Добавил описание необходимых скоупов в ручки

Детали реализации

Добавил описание необходимых скоупов для создания, обновление и удаления category, param, source

Check-List

  • Вы проверили свой код перед отправкой запроса?
  • Вы написали тесты к реализованным функциям?
  • Вы не забыли применить форматирование black и isort для Back-End или Prettier для Front-End?

Copy link

github-actions bot commented Jul 16, 2024

Code Coverage

Coverage Report
FileStmtsMissCoverMissing
userdata_api
   __main__.py17170%1–26
   exceptions.py13192%18
userdata_api/models
   base.py65592%25–28, 76
userdata_api/routes
   category.py41490%38, 71–73
   exc_handlers.py14193%25
   param.py41490%37, 52, 94, 117
   source.py30197%35
userdata_api/schemas
   base.py8450%6–9
   user.py20765%18–24
userdata_api/schemas/types
   scope.py24675%29–31, 36, 39, 41
userdata_api/utils
   user.py63297%76, 80
TOTAL4805289% 

Summary

Tests Skipped Failures Errors Time
48 0 💤 0 ❌ 0 🔥 3.150s ⏱️

userdata_api/routes/category.py Outdated Show resolved Hide resolved
Copy link

💩 Code linting failed, use black and isort to fix it.

@grigoriev-semyon grigoriev-semyon merged commit 0aeb1b1 into main Jul 16, 2024
2 checks passed
@grigoriev-semyon grigoriev-semyon deleted the Add_scopes_to_docs branch July 16, 2024 23:55
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