- Added new RSS News Feed class
- Added unit tests for RSS News Feed
- Added RSS News Feed List feature
- Added RSS News Feed step definitions
After adding pytest-bdd I became overwhelmed with trying to write the actual test cases for some reason. I have decided to write regular unit tests for the time being and take a look at BDD at a later date. I don't want all progress to halt while I try to figure out BDD. I am keeping everything in place up to this point and will make the build pass, other than that BDD is on hold.
- Started using pytest-bdd for feature and test development
- Updated readme file to include some more details and ideas of what I want to accomplish with this project.
- Corrected issues with the readme file
- Several minor updates for build configurations
- Bumped the version number to test out bump2version
- Removed PyPI link from readme because I don't plan on publishing this to PyPI
- First release on PyPI.