-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
pytest fixtures available for external projects #583
Comments
great idea, which ones in particular are you interested in? |
Side note. |
Hi. Right now we're using only s3-related fixtures: |
Mock server is simple wrapper around moto library, it starts real network server on specified port, as result we have better test coverage since we do not have to use mocking. Probably https://github.com/jotes/pytest-moto is better fit for you, but library was not updated for some time. My point is that this fixture is not about aiobotocore and more about generic aws service substitution. We can easily create pytest plugin, but I suggest to give pytest-moto a try first. |
I'm going to close this in favor of #665 |
It would be great to have access to pytest fixtures defined in conftest.py or mock_server.py in external projects which depend on aiobotocore.
Similar setup is done for example in aiohttp's pytest_plugin
What do you think about it?
The text was updated successfully, but these errors were encountered: