rohit-clootrack / linting-test

No blank lines allowed after function docstring FLK-D202
Documentation
Minor
a year agoa year old
No blank lines allowed after function docstring
13    """
14
15    def test_username_validation_error_msg(self, user: User):
16        """17        Tests UserAdminCreation Form's unique validator functions correctly by testing:
18            1) A new user with an existing username cannot be added.
19            2) Only 1 error is raised by the UserCreation Form