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

Dont require gpg pass when running tests (BugFix) #843

Merged
merged 1 commit into from
Nov 27, 2023

Commits on Nov 24, 2023

  1. properly mock subprocess calls in test_provider_manager

    Previously when the tests run, if the host had a GPG key in its databse
    that was protected by a password, the operator was asked to provide the
    password. This was due to subprocess.call not being mocked properly in
    the provider_manager tests.
    
    This patch adds the mocking.
    kissiel committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2e67421 View commit details
    Browse the repository at this point in the history