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

TEST: Better structure and code coverage #48

Merged
merged 4 commits into from
Aug 27, 2021
Merged

Conversation

L3odr0id
Copy link
Contributor

Что сделано:

  • Рефакторинг тестов, теперь у них гораздо лучше структура
  • Убраны ошибки из тестов. В частности, ошибка в service_locator. Это позволит в будущем сделать widget-тесты
  • Документация кода календаря переведена на англ
  • Внедрена новая зависимость clock, которая нужна для тестирования кода DateTime.now()
  • Код календаря имеет 100% coverage, за исключением функции getSemesterLastDay(), которая нигде не используется в коде
  • Проведён мердж dev ветки, чтобы избежать конфликта в календаре в этом PR

image

@L3odr0id L3odr0id self-assigned this Aug 27, 2021
@L3odr0id L3odr0id requested a review from 0niel August 27, 2021 12:42
@L3odr0id L3odr0id changed the title Feature/code coverage -> dev TEST: Better structure and code coverage Aug 27, 2021
Copy link
Owner

@0niel 0niel left a comment

Choose a reason for hiding this comment

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

Большое спасибо! Мне кажется, что методы getCurrentDayOfWeek и getCurrentWeek пора уже переименовать в getDayOfWeek и getWeek, но это уже отдельным refactor-коммитом.

@0niel 0niel merged commit cbe1438 into dev Aug 27, 2021
@0niel 0niel mentioned this pull request Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants