python-mailsnake
python-mailsnake copied to clipboard
WIP: 2.0.0
This isn't finished yet.
Also, nothing really broke in this version; I wanted to start a clean versioning. When I first forked this repo and started maintaining it, the package versioning was based on the actual MailChimp API; and not changes in the code itself.
TODO:
- [ ] HISTORY.rst
@michaelhelmick is there anything else that needs to be done for this PR to be merged?
@fly I'm unsure. It's been a while since I've had time to take a look at this. I'm a little upset that I let it get away from me, but I just haven't had spare time to try and get this release together. :/
@michaelhelmick Is there anything I can do to help?
@brad I think we could use https://github.com/dropbox/responses to mock our responses in tests. Rather than how we initially did these. I'm not sure if that's pressing now. I'd say just test a few API calls. I'm not sure what else we wanted to get into 2.0.0 -- I know file structure was one of them
@michaelhelmick Yeah, mocked requests sound good, then we won't be spamming the mailchimp servers every time we run tests :+1: