Skip to content

Commit

Permalink
refactor(test): Move cargo-config into a dir
Browse files Browse the repository at this point in the history
This is split out of rust-lang#11912 and is prep for adding more UI tests.

Generally our UI tests are in a directory named after the full cargo
command (`cargo config`).  These tend to use `snapbox`.

Here we are tests for the `cargo config` command not written by
`snapbox` in a `cargo_config.rs` file.  This conflicts with adding
snapbox UI tests later in a `cargo_config/` folder.  Upon looking at this
file, it appears to be UI tests, so I think it would make sense to move
them into the `cargo_config/` folder.  Definitely wouldn't make sense to
move them into `config.rs` since that is general config testing.
  • Loading branch information
epage committed Jul 24, 2023
1 parent 79469f3 commit aea4836
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit aea4836

Please sign in to comment.