pytest-localstack icon indicating copy to clipboard operation
pytest-localstack copied to clipboard

Pytest plugin for local AWS integration tests

Results 22 pytest-localstack issues
Sort by recently updated
recently updated
newest added

Getting this error: ``` self = , service_name = 's3', region_name = 'ap-southeast-1' endpoint_url = None, is_secure = True def resolve(self, service_name, region_name=None, endpoint_url=None, is_secure=True): region_name = self._check_default_region(service_name, region_name) use_dualstack_endpoint...

I can't get this to work with a simple s3 test. Anyone else? If so, what version(s) of the localstack docker image are you using? or is this project just...

If I'm already running a localstack container (in my compose file for example), it will be great to give some hints on how to connect to a create a session...

Support Localstack >= v0.11.6, drop a lot of client patching code. Fixes #37

I'm getting a ResourceWarning from pytest-localstack during fixture setup. ``` awichmann@CHI-LX-L-018 '16:30:29' (master) '~/Code/everest_code/libraries/mintel-event-bus-connector-sqs' > $ make test .venv/bin/pytest ================================================================================================ test session starts ================================================================================================= platform linux -- Python 3.8.1, pytest-6.2.3,...

Starting in Localstack v0.11.0, all services are exposed through a single port (4566). In v0.11.6 (not release yet as of this writing) services will be exposed _only_ through that port....

Hi! We started to experience some issues in out tests, related to 500 exceptions from mocks that should be coming from this package. We had in start issues with all...

By default pytest-localstack fetches the latest localstack At times there's a defect in localstack that can create a problem After some research it appears that the session_fixture will accept a...

`response = iam_client.list_service_specific_credentials(UserName=username)` yields: ``` Unable to parse response (syntax error: line 1, column 54), invalid XML received: b'\n500 Internal Server Error\nInternal Server Error\nThe server encountered an internal error and...