Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

"Run test" code lens runs all tests with a matching name #625

Open
@oli-cosmian

Description

@oli-cosmian

The lens on foo_bar will only run the foo_bar test, but the lens on foo will run both tests.

mod a {
    #[test] fn foo() {}
}
mod b {
    #[test] fn foo_bar() {}
}

The lens should pass the module path to the cargo test invocation in order to not run all tests with a matching name

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions