mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-04 05:34:39 +03:00
Fixed Formatting Issues.
This commit is contained in:
parent
47768d495f
commit
352232f617
|
@ -14,11 +14,13 @@ class TestUserCreationForm:
|
||||||
"""
|
"""
|
||||||
Test class for all tests related to the UserCreationForm
|
Test class for all tests related to the UserCreationForm
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def test_username_validation_error_msg(self, user: User):
|
def test_username_validation_error_msg(self, user: User):
|
||||||
"""
|
"""
|
||||||
Tests UserCreation Form's unique validator functions correctly by testing:
|
Tests UserCreation Form's unique validator functions correctly by testing:
|
||||||
1) Only 1 error is raised by the UserCreation Form
|
1) A new user with an existing username cannot be added.
|
||||||
2) The desired error message is raised
|
2) Only 1 error is raised by the UserCreation Form
|
||||||
|
3) The desired error message is raised
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# The user already exists,
|
# The user already exists,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user