| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Simplify tests by using pytest.mark.parametrize | Bastian Venthur | 2021-09-28 | 1 | -81/+41 |
| | | |||||
| * | Check for truthiness so empty strings are also false | Bastian Venthur | 2021-09-28 | 1 | -1/+34 |
| | | |||||
| * | Fix double subtitles if description & subtitle are provided | Bastian Venthur | 2021-09-28 | 1 | -0/+49 |
| | | | | | Tests all four possible combinations against the expected result. | ||||
| * | Remove Python 2 (#27) | Bastian Venthur | 2021-08-18 | 3 | -107/+48 |
| | | | | | | | | * removed __future__ imports and explicit encodings * removed six dependency and code * fixed py2/3 specific imports * removed python2 specific code * don't mention unittest2 anymore | ||||
| * | Use description field as subtitle for Atom feeds, if provided (#23) | Bastian Venthur | 2021-08-17 | 1 | -1/+5 |
| | | |||||
| * | Simplify with six.text_type (#15) | cclauss | 2019-02-11 | 2 | -9/+3 |
| | | |||||
| * | Merge pull request #6 from Scheirle/remove_test | Justin Mayer | 2016-08-11 | 1 | -9/+1 |
| |\ | | | | | Removes Unittest 002 | ||||
| | * | Removes Unittest 002 | Bernhard Scheirle | 2016-08-11 | 1 | -9/+1 |
| | | | | | | | | | | | | | | | | | - Is a manual test - Does not increase coverage: Tests `feed.write` which gets already testet via `feed.writeString` in the other unit tests. Fixes #5 | ||||
| * | | Always set the 'updated' element of an 'entry' in Atom Feeds | Bernhard Scheirle | 2016-08-11 | 1 | -3/+8 |
| |/ | | | | | | Acording to the RFC4287[1] this element is mandatory. [1] https://tools.ietf.org/html/rfc4287#section-4.1.2 | ||||
| * | Updates the expected test output to match the new tag uri | Bernhard Scheirle | 2016-04-04 | 1 | -1/+1 |
| | | |||||
| * | Support Atom's <content> element | Eevee (Lexy Munroe) | 2016-01-04 | 1 | -2/+3 |
| | | | | | | | | Adds a `content` kwarg to `add_item`, which will become the <content> of an Atom entry. For RSS, which has no equivalent, the content is silently ignored; this is consistent with how Atom ignores metadata like `ttl` that only exists in RSS. | ||||
| * | Add test for Atom feed generation. | Alex Brown | 2014-01-07 | 1 | -6/+40 |
| | | | | | Also add an example atom file. | ||||
| * | Remove unnecessary atom elements. | Alex Brown | 2014-01-06 | 1 | -1/+1 |
| | | |||||
| * | sort attributes for consistent output | Deniz Turgut | 2013-04-05 | 2 | -2/+2 |
| | | |||||
| * | Use OrderedDict for feed XML attribs | Dirk Makowski | 2013-02-18 | 1 | -0/+4 |
| | | |||||
| * | Renamed tests dir to avoid conflict by UnitTest | Dirk Makowski | 2012-08-29 | 4 | -0/+217 |
