]> git.proxmox.com Git - cargo.git/commit - tests/testsuite/init/fossil_autodetect/out/src/lib.rs
Auto merge of #10638 - Muscraft:move-snapshot-tests, r=epage
authorbors <bors@rust-lang.org>
Sat, 7 May 2022 02:14:00 +0000 (02:14 +0000)
committerbors <bors@rust-lang.org>
Sat, 7 May 2022 02:14:00 +0000 (02:14 +0000)
commit9c61a3d10b26aeddb8d2b25efa5610be1c97448f
treecebbd640b9234e129120c46335c52ca8803b382d
parent6878c43e94602a8f1c2dca2c9150d5e67740d329
parent639f3bdea5cb9798b1aae82a4ac84999c7cded37
Auto merge of #10638 - Muscraft:move-snapshot-tests, r=epage

Move snapshot tests into testsuite

This moves all tests from the `snapshot` folder into the `testsuite` folder as described by [this comment](https://github.com/rust-lang/cargo/pull/10631#discussion_r866306441). A macro was also added so there is no need to specify the path in a `snapshot` test just the file. This was done for ease of refactoring and ease of porting new tests to `snapshot`

close #10627

r? `@epage`