summaryrefslogtreecommitdiff
path: root/tests/sitemaps_tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-17/+23
* Refs #25916 -- Isolated sitemap.test_utils testsDavid Smith2021-10-211-0/+2
* Refs #23829 -- Made ping_google command/function use https for the sitemap URL.Sanyam Khurana2019-01-111-4/+10
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+2
* Added tests for contrib.sitemaps.ping_google().Adam Chainz2016-11-221-0/+40