Steve Pulec

Results 69 comments of Steve Pulec

``` Note that the moto response is an botocore.awsrequest.AWSResponse and not a :type http_response: botocore.vendored.requests.model.Response ``` My understanding is that botocore is using the former (what Moto uses) going forward...

In case helpful, moto does have a reset API: http://docs.getmoto.org/en/latest/docs/moto_apis.html#reset-api

Python 2.7 here with `CELERYD_FORCE_EXECV = True`.

Great. I'm not too concerned right now about what the actual list of types is. I'm more concerned with getting something implemented since it should be pretty easy to combine/split/rename...

I added a bunch of these, but there are 10 remaining that are a bit trickier. I've added them to the issue description.

Thanks for opening; setting as a feature request.

I'm a little worried about this. There are legitimate differences between server-mode and non-server mode and I'm worried about the loss of coverage here. Is there another approach? Setting the...

Thanks; this looks like it is connected to the fact that we don't do any real encryption (we just base64 and decode). Going to set this as a bug.

Thanks Sean; that is much appreciated. We don't have a solution to this today, but I would be open to suggestions from anyone. Moto is very much a community project...

Thanks for opening. Marking this as a feature request.