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

feat(test): Add cargo_test to test-support prelude #14243

Merged
merged 3 commits into from
Jul 13, 2024
Merged

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    090064c View commit details
    Browse the repository at this point in the history
  2. refactor: Migrate from extern crate to test-support prelude

    We now include the prelude in so many places, this simplifies how we can
    present how `cargo-test-support` works.
    
    Yes, this included some `use` clean ups but its already painful enough
    walking through every test file, I didn't want to do it twice.
    epage committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5b9799c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2e2f31 View commit details
    Browse the repository at this point in the history