858abbf79b
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> |
||
---|---|---|
.. | ||
ext | ||
tests | ||
__init__.py | ||
__main__.py | ||
entry.py | ||
feed.py | ||
util.py | ||
version.py |