This website requires JavaScript.
Explore
Help
Sign In
imacat
/
flask-digestauth
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
16
Wiki
Activity
Files
8f1adb099523f43a52f337d446a85703f0e09309
flask-digestauth
/
tests
T
History
imacat
76ae576717
Fix test cases for compatibility with httpx 0.28.0.
2024-12-09 08:29:04 +08:00
..
test_algo.py
Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. We do not have as many names to import. This is also to be consistent with the practices of most major and standard packages and examples.
2023-04-27 09:08:10 +08:00
test_auth.py
Fix test cases for compatibility with httpx 0.28.0.
2024-12-09 08:29:04 +08:00
test_flask_login.py
Fix test cases for compatibility with httpx 0.28.0.
2024-12-09 08:29:04 +08:00
testlib.py
Replaced the "Flask-Testing" package with the "httpx" package for testing, and retired the unused "flask_digest_auth.test" module. "Flask-Testing" is not maintained for more than 3 years, and is not compatible with Flask 3.
2023-10-08 22:06:20 +08:00