Pardon the pull request spam; this is rooted in pedantry, the fact I like this project, and my deep-rooted desire to make extra work for myself.
I felt that is_rss_content_type was misnamed, so I renamed it. I also thought it could be simplified a little, so I simplified it a little. As with #7 (these will conflict when one of these is merged - and don't worry, I'll fix it), I've added a pytest dependency into the project so that you can have tests, and added a test to ensure that the function's behaviour is unchanged.
Pardon the pull request spam; this is rooted in pedantry, the fact I like this project, and my deep-rooted desire to make extra work for myself.
I felt that
is_rss_content_type
was misnamed, so I renamed it. I also thought it could be simplified a little, so I simplified it a little. As with #7 (these will conflict when one of these is merged - and don't worry, I'll fix it), I've added a pytest dependency into the project so that you can have tests, and added a test to ensure that the function's behaviour is unchanged.Thank you!