Relative Content

Tag Archive for pythonpython-3.xpytest

Configure pytest fixtures

I want to configure fixtures in pytest. Specifically, I am trying to test a keyring application. I’m passing a keyring service name to a custom store (I build myself) and after the test, I want to delete those passwords.