More descriptive test playground names for commands other than the basic ones.

This commit is contained in:
Andrés N. Robalino
2019-08-14 15:07:08 -05:00
parent bd71773b5b
commit dfcbaed1c6
5 changed files with 27 additions and 50 deletions

View File

@ -6,7 +6,7 @@ use std::path::PathBuf;
#[test]
fn creates_directory() {
let sandbox = Playground::setup_for("mkdir_test").test_dir_name();
let sandbox = Playground::setup_for("mkdir_test_1").test_dir_name();
let full_path = format!("{}/{}", Playground::root(), sandbox);