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

При помощи билиотеки factory boy реализовать несколько юзеров с разными ролями #66

Closed
KonstantinRaikhert opened this issue Dec 17, 2023 · 1 comment · Fixed by #77
Assignees
Labels
enhancement New feature or request

Comments

@KonstantinRaikhert
Copy link
Member

KonstantinRaikhert commented Dec 17, 2023

Зачем?

Нам необходимо где то брать тестовых юзеров. Предлагаю воспользоваться прекрасной библиотекой для генерации тестовых данных, у нее хорошая интеграция с джанго. factory boy

Как нужно делать?

  • необходимо сделать несколько пользователей с разными ролями (пусть будет по 3 каждой роли). Реализовать фабрику UserFactory
  • Добавить в команду fill-db генерацию нескольких пользователей.
  • пароли у всех пользователей должный быть одинаковыми (любой простой пароль)

Где?

adaptive_hockey_federation/users/factories.py
adaptive_hockey_federation/core/management/commands/fill-db.py

@KonstantinRaikhert
Copy link
Member Author

@Pnazarov86 ПР с моделью User смержен

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants