python-feedgen/feedgen
Lars Kiesow 858abbf79b
Merge branch 'master' of https://github.com/snipem/python-feedgen
This merges in a pull request by snipem brining in some unit tests and
bug fixes:

---

Unit tests

I've created unit tests for the module, especially for feeds and
entries. Whilst entry tests aren't fully implemented yet, unit test
cases for feed creation are complete and working. They cover the
creation of a full blown feed in Atom and RSS.

Bugs fixed

Thanks to the unit test cases, I was able to discover three bugs
concerning the fields domain, ttl and skipHours. According to the
lastest test results, they are resolved and working with both Python 2
and Python 3.

Travis support

Additionally, I've added Travis support. Which is a Continuous
Integration platform powering Github.

---

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2014-07-20 22:54:32 +02:00
..
ext Fixed some fields of the DC extension 2014-07-20 22:19:17 +02:00
tests Added unit test cases for extension loading 2014-06-02 22:45:15 +02:00
__init__.py Fixed some typos 2014-05-11 20:24:48 +02:00
__main__.py Fixed some fields of the DC extension 2014-07-20 22:19:17 +02:00
entry.py Feed Creation: Add a separate extension call for namespace stuff. Change extensions accordingly. 2014-05-06 10:43:39 +02:00
feed.py Fix skipHours for Python 3 2014-06-02 23:08:50 +02:00
util.py Added Python 3 compatibility 2014-05-07 21:22:55 +02:00
version.py Release 0.2.8 2014-01-01 19:06:45 +01:00