summaryrefslogtreecommitdiff
path: root/tests/sitemaps_tests/base.py
AgeCommit message (Expand)Author
2018-11-27Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2015-02-16Fixed #24345 -- Isolated sitemaps_tests from contenttypes_tests; refs #11505Marten Kenbeek
2015-02-11Moved contrib.sitemaps tests out of contrib.Tim Graham