-
Notifications
You must be signed in to change notification settings - Fork 17
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtestsIssue about a testIssue about a test
Description
Ref: apps/users/management/commands/make_superuser.py
- Test
make_superuser— success: Call the command with a valid email;assert is_staff=Trueandis_superuser=Trueon the user. - . Test
make_superuser— user not found: Call with an unknown email; assertCommandErroris raised.
Some considerations:
- Make use of factories if they exist. Otherwise pls create some.
- Test coverage should increase (currently 0% for this file)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtestsIssue about a testIssue about a test