Yeah, I don't think there is a ready way to automate synchronization between setup.py
and the Nix flake. So if any dependencies are updated, they would need to be updated in the flake configurati…
I think I fixed the tests with your comments.
I played around with this StackOverflow answer but ultimately couldn't get the import mock to work: https://stackoverflow.com/questions/2481511/mock…
@witten I added some unit tests, I hope they are sufficient! Tox reports no failure (except a spelling error somewhere else). I also rebased my branch to master. I'm fine with you doing the…
Thanks for the comments, I think the current PR is ready to be merged then or do you have additional comments?
@witten One more question, how should I pin the versions of Apprise's dependencies? Sorry for the newb questions, never worked at a Python project outside of university :)
Thanks for your invaluable comments :) I have amended my code. I agree, let's start with having only default notification types. If necessary, it can be easily added back in. Regarding the…