summaryrefslogtreecommitdiff
path: root/tests/syndication_tests/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22078 -- Fixed crash of Feed with decorated methods.Marcelo Galigniana2022-05-261-2/+29
* Refs #22078 -- Added syndication test for feeds with static methods.Marcelo Galigniana2022-05-261-0/+6
* Refs #22078 -- Added syndication test for feeds with callable objects.Marcelo Galigniana2022-05-231-0/+6
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-251/+368
* Fixed #32789 -- Made feeds emit elements with no content as self-closing tags.Mohammadreza Varasteh2021-05-271-1/+19
* Removed hardcoded pks in syndication tests.Octavio2020-10-211-9/+9
* Fixed #22490 -- Added tests for Feed.get_object().Octavio2020-10-131-1/+25
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-2/+2
* Fixed #31822 -- Added support for comments URL per feed item.Viktor Garske2020-07-301-1/+11
* Fixed #29352 -- Allowed specifying a Feed language.Tobias Kunze2019-05-061-0/+6
* Refs #27804 -- Used subTest() in a syndication test.Mads Jensen2017-09-031-23/+10
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+5
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-2/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #13110 -- Removed SyndicationFeed.add_item()'s enclosure argument.Tim Graham2017-01-171-17/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-12/+11
* Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham2016-10-271-5/+0
* Made multiline assertRaises* conform to flake8's E128 rule.Hasan2016-02-041-5/+5
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-3/+2
* Refs #13110 -- Fixed mistakes in the new multiple enclosure feed testsUnai Zalakain2015-09-191-2/+2
* Fixed #13110 -- Added support for multiple enclosures in Atom feeds.Unai Zalakain2015-09-181-5/+52
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-5/+24
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-10/+25
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+5
* Cleanup cache in contrib.sites to prevent test interference -- refs #11505Thomas Chaumeny2014-12-111-0/+7
* Updated tests for added newlines in 68686430638215b5405b20bd767c0be392c9221d.Tim Graham2014-08-121-4/+4
* Fixed several typos in DjangoAlex Gaynor2014-05-281-1/+1
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+2
* Finished renaming syndication to syndication_testsClaude Paroz2013-12-311-1/+1
* Renamed syndication testsClaude Paroz2013-12-311-0/+456