Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/syndication_tests/feeds.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #13110 -- Fixed mistakes in the new multiple ↵Unai Zalakain2015-09-191-2/+2
| | | | enclosure feed tests
* Fixed #13110 -- Added support for multiple enclosures in ↵Unai Zalakain2015-09-191-2/+48
| | | | | | | | | | | | | Atom feeds. The ``item_enclosures`` hook returns a list of ``Enclosure`` objects which is then used by the feed builder. If the feed is a RSS feed, an exception is raised as RSS feeds don't allow multiple enclosures per feed item. The ``item_enclosures`` hook defaults to an empty list or, if the ``item_enclosure_url`` hook is defined, to a list with a single ``Enclosure`` built from the ``item_enclosure_url``, ``item_enclosure_length``, and ``item_enclosure_mime_type`` hooks.
* Removed an unused importAlex Gaynor2014-05-161-1/+0
|
* Fixed #22490 -- removed obsolete ComplexFeed class from ↵Nikolaus Schlemm2014-05-161-7/+0
| | | | | | syndication_tests It was previously used in a test that was deprecated and then removed, this cruft can be removed now.
* Renamed syndication testsClaude Paroz2013-12-311-0/+175
To resolve the conflict between application names.