summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-22/+46
* Renamed camelCaseTestMethods to snake_case_test_methodsMarkus Holtermann2019-04-141-5/+5
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-3/+2
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-4/+7
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-2/+2
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-6/+6
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+1
* Fixed #26089 -- Removed custom user test models from public API.Simon Charette2016-02-041-5/+5
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Fixed #24929 -- Allowed permission_required decorator to take any iterableRaphael Michel2015-06-081-0/+10
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-0/+108