-
Notifications
You must be signed in to change notification settings - Fork 16
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
no way to pass --loadmodule
argument to command line
#656
Comments
mguijarr
pushed a commit
to mguijarr/pytest-redis
that referenced
this issue
May 2, 2024
…tension modules at startup
I made a pull request to fix this. |
mguijarr
pushed a commit
to mguijarr/pytest-redis
that referenced
this issue
May 10, 2024
…tension modules at startup
I made an update pull request |
fizyk
added a commit
that referenced
this issue
Jun 5, 2024
fix issue #656: add 'modules' keyword arg to load Redis extension modules
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to be able to start redis in tests, with redis-server extended with Redis extension modules.
The
--loadmodule
command line argument is here for this. Unfortunately it is not supported bypytest-redis
.I tried other possibilities, but actually it is not possible:
pytest-redis
MODULE LOAD
command once server is startedSo, the easiest would really be to add
modules
as a valid keyword argument to the the Redis executor.The text was updated successfully, but these errors were encountered: