Skip to content

Reduce custom testing code in cargo with snapbox #10635

@epage

Description

@epage
Contributor

Problem

There is a lot of custom test code in cargo-test-support, including diffing, diff rendering, eliding in diffs, etc. Sharing the implementation outside of cargo would help reduce the scope of what cargo needs to maintain and allow every to benefit from improvements.

Steps

See cargo-test-support

Possible Solution(s)

Port to snapbox

Notes

Remaining work

Version

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-testing-cargo-itselfArea: cargo's testsC-bugCategory: bugS-triageStatus: This issue is waiting on initial triage.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @epage

        Issue actions

          Reduce custom testing code in cargo with snapbox · Issue #10635 · rust-lang/cargo