flask-digestauth/tests
2022-11-26 18:59:17 +11:00
..
test_algo.py Added the initial version that works. 2022-11-23 18:12:04 +11:00
test_auth.py Revised so that you always call digest_auth.init_app(), to avoid confusion. It remembers the current application. The logout() method no longer need current_app for the current application. 2022-11-25 09:14:57 +11:00
test_flask_login.py Revised the FlaskLoginTestCase test case and README.rst for illustrations on how to retrieve the currently logged-in user. 2022-11-26 18:59:17 +11:00