testAlexB / testAlexB/ConsoleApp2
Тестирование функции
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Юнит-тесты
-
проверяем, что пользхователь с пустым паролем не сохраняется в систему.
Выдается ошибка: задайте не пустой пароль -
проверяем, что добавляемый пользователь с таким логином существует
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the user creation or save entry point and any existing test project in the repository. Add unit coverage for rejecting an empty password with the stated error, and clarify the expected result for a duplicate login before testing that case. Run the repository's test command and confirm both scenarios pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100