manoelhc / test-actions

No blank lines allowed after function docstring FLK-D202
Documentation
Minor
2 occurrences in this check
No blank lines allowed after function docstring
445
446
447def test_read_all_users(client: TestClient):
448    """This function tests the functionality to read all users by performing various449    operations such as deleting users, generating new users, and then
450    retrieving and verifying the user details.
451
No blank lines allowed after function docstring
412
413
414def test_delete_users(client: TestClient):
415    """This function tests the deletion of users by sending delete requests416    to the server for each user. It also verifies that the users are
417    successfully deleted by checking their status codes.
418