You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cargo-test-macro we add a macro that will discover test files in the snapshot directory
To ensure it rebuilds when new tests are added, we add a build.rs that says to rebuild when that directory changes (downside being we'll rebuild more when making test changes which avoiding that was one of the benefits of snapshots)
Notes
We should wait for #10620 so we can update all of them at once
Version
No response
The text was updated successfully, but these errors were encountered:
move one `snapshot/add` test into `testsuite/cargo_add/`
This is an experiment with moving the test code related to a snapshot into the testsuite directory so it's easier to review.
- To kick the tire on these changes, a single test was ported
This is a step towards #10627. A follow up will port all of the tests
r? `@epage`
Problem
Right now we have
This is mildly annoying to review in small cases but in cases like #10620, its a big pain
Steps
See #10620
Possible Solution(s)
In
cargo-test-macro
we add a macro that will discover test files in the snapshot directoryTo ensure it rebuilds when new tests are added, we add a
build.rs
that says to rebuild when that directory changes (downside being we'll rebuild more when making test changes which avoiding that was one of the benefits of snapshots)Notes
We should wait for #10620 so we can update all of them at once
Version
No response
The text was updated successfully, but these errors were encountered: