summaryrefslogtreecommitdiff
path: root/tests/admin_docs/test_utils.py
AgeCommit message (Collapse)Author
2019-11-29Fixed #30255 -- Fixed admindocs errors when rendering docstrings without ↵Baptiste Mispelon
leading newlines. Used inspect.cleandoc() which implements PEP-257 instead of an internal hook.
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-09-27Split admin_docs tests into separate files.Tim Graham