This repository has been archived by the owner on Oct 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Unit тесты #42
Open
drakin
wants to merge
17
commits into
autoschool:master
Choose a base branch
from
drakin:Unit_tests
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Unit тесты #42
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
change photo from binary to text (for images path) delete vk, add yandex Users.java delete vk vars add yandex vars add get/set for imagePath Autorization.java delete vk autorization add yandex autorization Теперь работает авторизация из Яндекса. Для начала авторизации нужно вызвать yandex_setup он перекинет на Яндекс, потом в yandex_autorize с параметром code. Ищет юзера по yandex id, если его нет, то создает. !!! Нет редиректа с yandex_autorize ! У токена вообще есть время существования, я его нигде не храню, если все будет плохо надо будет переавторизоваться (но так как мы все храним в куках, то пока данные есть в куках все ок) + теперь работают фоточки) get...ImagePath маленькие 50 на 50 большие 200 на 200 есть возможность поменять размер, все доступные размеры: https://tech.yandex.ru/passport/doc/dg/reference/response-docpage/#norights_5
Все пути (angular, bootstrap, jQuery) заменены на пути из https://tech.yandex.ru/jslibs/ Аналогичные файлы в проекте удалены. Версии совпадают.
Добавлены Unit тесты на различные "уровни"
Conflicts: pom.xml
Добавлены матчеры с помощью которых происходит проверка Пользователей уже забитых в базу
Поправил unit тесты, теперь в каждо тесте создается отдельный пользователь, который потом "вытаскивается". Поправил Readme добавил значок о статусе сборке travis'а
добавил интеграционный тест, который мокает БД, добавляет своего пользователя и проверяет добавился ли он.
добавил удаление пользователя, после теста.
This reverts commit 359cf53.
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Добавлены тесты на различные "уровни"