Skip to content
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

Support for passing arbitrary command-line/configuration params to factories #297

Open
lovetoburnswhen opened this issue May 4, 2021 · 1 comment

Comments

@lovetoburnswhen
Copy link

What action do you want to perform

I would like to test with a password protected (--require-pass) instance factories.redis_proc

What are the results

tests/conftest.py:13: in <module>
    redis_server = factories.redis_proc(**redis_kwargs, logsdir='/tmp')
E   TypeError: redis_proc() got an unexpected keyword argument 'password'

What are the expected results

The kwargs to be passed on to redis-server

@fizyk
Copy link
Member

fizyk commented May 18, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants