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

New memory_keyring fixture #254

Merged
merged 1 commit into from
Feb 22, 2023
Merged

New memory_keyring fixture #254

merged 1 commit into from
Feb 22, 2023

Commits on Feb 22, 2023

  1. New memory_keyring fixture

    This fixture provides an isolated keyring in-memory-only backend
    for tests that needs to store/retrieve credentials.
    
    The fixture is function-scope, hence the backend is destroyed at the end
    of each test.
    
    Closes datalad/datalad#7295
    mih committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    98bdfa7 View commit details
    Browse the repository at this point in the history