Show HN: Moto - Easy mocking of Boto for your Python AWS tests
1–6 of 6 posts
Re: Show HN: Moto - Easy mocking of Boto for your Python AWS tests
#2This looks very cool. I've done a lot of EC2 API work recently and the little 1-2 cent charges everywhere are a bit annoying, as is waiting for instances to fire up before everything else executes.
Re: Show HN: Moto - Easy mocking of Boto for your Python AWS tests
#3Great effort! Any reason this shouldn’t be the basis of Boto unit tests?
Re: Show HN: Moto - Easy mocking of Boto for your Python AWS tests
#4Great effort! Any reason this shouldn’t be the basis of Boto unit tests?
It's probably better to test Boto off the real APIs.
Re: Show HN: Moto - Easy mocking of Boto for your Python AWS tests
#5Can this be the basis for a pure python fakes3? (https://github.com/jubos/fake-s3)
Re: Show HN: Moto - Easy mocking of Boto for your Python AWS tests
#6hello moto!