Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Replace localstack in unit testing #75

Open
andrewthetechie opened this issue Feb 19, 2023 · 1 comment
Open

Replace localstack in unit testing #75

andrewthetechie opened this issue Feb 19, 2023 · 1 comment
Labels
ci Continuous Integration github_actions Pull requests that update Github_actions code help wanted Extra attention is needed testing Testing

Comments

@andrewthetechie
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently, unit testing uses localstack to emulate SQS. This requires the test host to be running docker and be able to run the localstack/localstack container.

This means that Windows Github Actions agents are not able to run our test suite.

Additionally, CI is slower because it has to spin up an external docker container.

Describe the solution you'd like
Replace the localstack fixtures with ones that use moto. Open to other solutions

Additional context

aio-libs/aiobotocore#755

@andrewthetechie andrewthetechie changed the title Change testing to moto Replace localstack in unit testing Feb 19, 2023
@andrewthetechie
Copy link
Owner Author

Once this issue is completed, enable Windows testing in .github/workflows/tests.yml

@andrewthetechie andrewthetechie added help wanted Extra attention is needed github_actions Pull requests that update Github_actions code ci Continuous Integration testing Testing labels Feb 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ci Continuous Integration github_actions Pull requests that update Github_actions code help wanted Extra attention is needed testing Testing
Projects
None yet
Development

No branches or pull requests

1 participant