gpodder / podcastparser

Simplified, fast RSS parsing library in Python
ISC License
135 stars 35 forks source link

Fixes and cleanups #1

Closed thp closed 11 years ago

thp commented 11 years ago

Add more tests from gpodder-core, remove Travis-CI related trash (the requirements list is small enough to put into .travis.yml direcly, and putting the CI status indicators - while probably very hip these days - into the README file is not really useful, especially if we're going to use the README file as long description in the setup.py.

As we use nose for running our tests, we don't have to use the Java-style vintage unittest module and request doctests manually, but actually all of that can be done using nose and --with-doctest.

If you want to have the Travis CI icons/status indicators somewhere, put it on a wiki page, e.g. on wiki.gpodder.org, or we can also add a special podcastparser page to the gpodder.org webpage. Or on readthedocs?

coveralls commented 11 years ago

Coverage Status

Coverage decreased (-71.25%) when pulling 46f13f5a064cd1ec75eb2a0c03b1504e7d021a41 on thp:fixes-and-cleanups into 14a5d6a3b6afb897cc1e336d893f0ff63e732777 on gpodder:master.

stefankoegl commented 11 years ago

Thanks!

I've merged b6ea220ed849df8fbbc631d288f381e897638bf5 unmodified, but I did make some changes to 46f13f5a064cd1ec75eb2a0c03b1504e7d021a41. The resulting commit is 12d42b6e5b531648f16e6e69cd12f51cabc7d56c.