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

authentications test added #83

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

saracalihan
Copy link
Member

@saracalihan saracalihan commented Aug 27, 2021

Authentications fonksiyonlarının girdilerini(Joi hataları ile) ve dönütlerini kontrol eden test

Screenshot_20210828_023504

Lint'leme dışında sadece aşağıdaki dosyalarda değişiklik yapıldı:

@saracalihan saracalihan requested a review from teathedev August 28, 2021 00:02
@saracalihan saracalihan added the waiting for review The issue is solved and waiting for review label Aug 28, 2021
@teathedev
Copy link
Contributor

Testler gereksiz detaylı. Validasyon hatalarının tamamını kontrol etmek gereksiz bir hareket olmuş. Hatalı e-posta formatı, hatalı token, tokensız istek ve benzeri durumlar test edilmeli. Ayrıca başlıklarda alınacak hataları değil durumu anlatmalı. Örneğin;
Client should get 403 when requested for resource doesn't have access

@saracalihan
Copy link
Member Author

Screenshot_20211130_181339

@teathedev
Copy link
Contributor

Register ve login e2e testlerine gerek yok. Get user info ve update user'da aynı testler var. Sadece tek bir alanda test edilmesi yeterli. Ayrıca bu test ikisi içerisinde de olmamalı. User Authentication tarzı bir test içerisinde yapılabilir. Validasyon testleri burada yapılmamalı. Unit test'de yapılmalı.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for review The issue is solved and waiting for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants