-
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
fix issue #656: add 'modules' keyword arg to load Redis extension modules #661
Conversation
…tension modules at startup
@mguijarr one last thing.... would you be able to add some tests as well? |
Oh, one last thing, please mention in the documentation that it will not work for noproc fixtures. |
I added a test, just for |
I thought it was done already ? In the table, it has |
Yeah, the column lists configuration for the fixture if you'd want to use the fixture factory, and pass your own values there. There's nothing else stating that if you configure from command line or config file, it will not affect the redis connected to through noproc fixture. |
I just added more descriptive documentation |
@mguijarr now, there are some issues with mypy now and the ruff linter left :) |
Sorry for the long delay, have been busy - ok I tried to make mypy happy and I applied ruff |
Ok thanks for approval to let tests pass.. Again it fails with mypy 😭 No idea what is wrong |
I don't use mypy maybe you can make the fix yourself ? If you don't mind |
I'll try to take a look sometimes next week :) |
Looks nice 🥳 Is it ready to merge soon? |
Thanks a lot! 👍🏻 And a great thank you for pytest-redis, very useful |
Thank you for your contribution :) Wait a bit, till I add python 3.12 proper support, and redis 7.2 into tests and I'll be releasing new version :) |
Here is a pull request to close #656 , taking into account comments in : #657
(sorry had to create a new pull request... Not super at ease with github vs gitlab !)