tobinus / python-podgen

Generating podcasts with Python should be easy!
https://podgen.readthedocs.org
Other
51 stars 10 forks source link

Unit test all attributes of Podcast and BaseEpisode #4

Closed tobinus closed 8 years ago

tobinus commented 8 years ago

Fixed for Podcast in 6740259

tobinus commented 8 years ago

Fixed for Episode in 85d1f2a.

However, some parts of the code (especially fail conditions) are not tested, so there is still work that needs to be done. I've put up some issues that we can tackle one at a time, namely #31, #32, #33 and #34. Currently, our test coverage is at 88%.