dav_auth: small refactorings and improvements under the hood
Run tests / Execute tox to run the test suite (push) Successful in 3m38s
Run tests / Execute tox to run the test suite (push) Successful in 3m38s
This commit is contained in:
@@ -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),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user