summaryrefslogtreecommitdiff
path: root/django/contrib/sitemaps/tests/https.py
AgeCommit message (Collapse)Author
2013-04-02Modified sitemaps to work with unittest2 discovery.Preston Timmons
2012-10-15Made use of assertXMLEqual in sitemaps testsClaude Paroz
2012-08-14[py3] Fixed sitemaps tests.Aymeric Augustin
2012-08-14[py3] Compared response.content with bytes.Aymeric Augustin
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17829 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-29Fixed #8995 -- Added support for HTTPS in sitemaps.Aymeric Augustin
Modularized tests and did a bit of cleanup while I was in the area. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17409 bcc190cf-cafb-0310-a4f2-bffc1f526a37