summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_checks.py
AgeCommit message (Expand)Author
2016-05-06Refs #25847 -- Added system check for UserModel.is_anonymous/is_authenticated...Tim Graham
2016-04-06Fixed #26470 -- Converted auth permission validation to system checks.Simon Charette
2016-04-06Extracted auth checks tests into their own module.Simon Charette