summaryrefslogtreecommitdiff
path: root/tests_feedgenerator/test_feedgenerator.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify tests by using pytest.mark.parametrizeBastian Venthur2021-09-281-81/+41
* Check for truthiness so empty strings are also falseBastian Venthur2021-09-281-1/+34
* Fix double subtitles if description & subtitle are providedBastian Venthur2021-09-281-0/+49
* Remove Python 2 (#27)Bastian Venthur2021-08-181-40/+8
* Use description field as subtitle for Atom feeds, if provided (#23)Bastian Venthur2021-08-171-1/+5
* Simplify with six.text_type (#15)cclauss2019-02-111-1/+1
* Merge pull request #6 from Scheirle/remove_testJustin Mayer2016-08-111-9/+1
|\
| * Removes Unittest 002Bernhard Scheirle2016-08-111-9/+1
* | Always set the 'updated' element of an 'entry' in Atom FeedsBernhard Scheirle2016-08-111-3/+8
|/
* Updates the expected test output to match the new tag uriBernhard Scheirle2016-04-041-1/+1
* Support Atom's <content> elementEevee (Lexy Munroe)2016-01-041-2/+3
* Add test for Atom feed generation.Alex Brown2014-01-071-6/+40
* Remove unnecessary atom elements.Alex Brown2014-01-061-1/+1
* sort attributes for consistent outputDeniz Turgut2013-04-051-1/+1
* Use OrderedDict for feed XML attribsDirk Makowski2013-02-181-0/+4
* Renamed tests dir to avoid conflict by UnitTestDirk Makowski2012-08-291-0/+90