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

test: Remove completion tests #14590

Merged
merged 1 commit into from
Sep 25, 2024
Merged

test: Remove completion tests #14590

merged 1 commit into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. test: Remove completion tests

    The tests are intended to spot check that shell completions are
    registered correctly.  That is a low change, low risk area.  For shell
    integration, we're relying on `clap_complete`s tests.
    For our own candidates, we should test the candidate generation
    directly, rather than end-to-end.
    
    This reverts parts of commit e7ca9be, reversing
    changes made to bd5f32b.
    
    Fixes rust-lang#14545
    epage committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    023f4c6 View commit details
    Browse the repository at this point in the history