Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
2028cb1362
Revised the User class in the AuthenticationTestCase and FlaskLoginTestCase test classes to accept the clear-text password instead of the password hash, to simplify the code.
7e71115844
Fixed the test_logout test of the FlaskLoginTestCase test case to skip without Flask-Login.
491da61a79
Fixed the AuthenticationTestCase and FlaskLoginTestCase test cases to store the user instead of finding the user through flask-login or g, so that the visit tests work without the application context.
bbaebbc80d
Fixed the long lines in the AuthenticationTestCase and FlaskLoginTestCase test cases.