-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to start more than just S3 ? #16
Comments
@kornicameister good suggestion, there's not a great way to do that at the moment. I'm thinking allow users to specify an optional fixture that I can then read from here: pytest-aioboto3/pytest_aioboto3/moto_fixtures.py Lines 102 to 107 in 553a520
In other words, make it to where the I'll probably need some additional refactoring on the extra S3 resources started here too: pytest-aioboto3/pytest_aioboto3/aioboto3_fixtures.py Lines 66 to 79 in 553a520
Maybe I'll just drop these altogether, they aren't all that useful. The most important part is the mocked Session. Does that sound about like what you'd expect? Any other way you'd like to be able to specify which services to start? |
Another idea I had was to make it a configuration that happens via But honestly speaking yeah they might not be needed if all we need to create a new client/resource is using |
Can we make a fixture that can be overridden that starts more than just S3?
The text was updated successfully, but these errors were encountered: