dav_auth: small refactorings and improvements under the hood
Run tests / Execute tox to run the test suite (push) Successful in 3m38s

This commit is contained in:
2026-05-28 16:50:44 +02:00
parent d9cfffb8c2
commit 50a33a9f47
7 changed files with 102 additions and 27 deletions
+5
View File
@@ -9,4 +9,9 @@ class TestCase(AppsTestCase):
settings = (
AppSetting('login_redirect_url', 'root', str),
AppSetting('logout_redirect_url', 'root', str),
AppSetting('auto_password_length', 32, int),
AppSetting('auto_password_characters', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
'abcdefghijklmnopqrstuvwxyz'
'0123456789'
'#$%&@^~.,:;/_-*+!?', str),
)