python-feedgen/feedgen/tests
Lars Kiesow 303e74dc7a
Fixed registration of custom extensions
This fixes some minor problems with the pull request from jvanasco so
that it may be included into the next release:

- Only one extension registry is used internally and custom extensions
  do not have to be stored two times.
- Fix the bug that entry extensions were loaded for feeds.
- Do not fail if there is only a feed extension.
- Extensions for entries do not need a feed extension class.

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2016-08-28 20:54:11 +02:00
..
__init__.py Added unit test cases for extension loading 2014-06-02 22:45:15 +02:00
test_entry.py Fix atom content type CDATA 2016-03-03 15:26:55 +06:00
test_extension.py add syndication extension 2015-03-08 18:39:18 +09:00
test_feed.py Fixed registration of custom extensions 2016-08-28 20:54:11 +02:00