summaryrefslogtreecommitdiff
path: root/tests/syndication_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22078 -- Fixed crash of Feed with decorated methods.Marcelo Galigniana2022-05-263-4/+91
* Refs #22078 -- Added syndication test for feeds with static methods.Marcelo Galigniana2022-05-263-0/+13
* Refs #22078 -- Added syndication test for feeds with callable objects.Marcelo Galigniana2022-05-233-0/+17
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-074-315/+445
* 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-212-10/+10
* Fixed #22490 -- Added tests for Feed.get_object().Octavio2020-10-134-1/+51
* 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-302-1/+14
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-3/+0
* Fixed #29352 -- Allowed specifying a Feed language.Tobias Kunze2019-05-063-0/+11
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-19/+21
* 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-252-6/+6
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+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-192-4/+4
* Fixed #13110 -- Added support for multiple enclosures in Atom feeds.Unai Zalakain2015-09-183-7/+104
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-5/+24
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+1
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-65/+25
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-7/+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
* Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner2014-08-124-4/+4
* Fixed several typos in DjangoAlex Gaynor2014-05-281-1/+1
* Removed an unused importAlex Gaynor2014-05-161-1/+0
* Fixed #22490 -- removed obsolete ComplexFeed class from syndication_testsNikolaus Schlemm2014-05-162-8/+0
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+2
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-18/+18
* Finished renaming syndication to syndication_testsClaude Paroz2013-12-312-7/+7
* Renamed syndication testsClaude Paroz2013-12-3110-0/+741