From f120ce63f7a215d03ff1b6b5a03a91a47f1b17bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20N=2E=20Robalino?= Date: Tue, 16 Jul 2019 16:47:01 -0500 Subject: [PATCH] Test cases not needed for now. --- tests/commands_test.rs | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/tests/commands_test.rs b/tests/commands_test.rs index 8e74b74350..219ec88e07 100644 --- a/tests/commands_test.rs +++ b/tests/commands_test.rs @@ -2,24 +2,6 @@ mod helpers; use helpers::in_directory as cwd; -#[test] -fn enter() { - nu!(output, - cwd("tests/fixtures/formats"), - r#" - enter sgml_description.json - cd glossary - cd GlossDiv - cd GlossList - cd GlossEntry - cd GlossSee - ls | echo $it - exit - "#); - - assert_eq!(output, "markup"); -} - #[test] fn lines() { nu!(output, @@ -65,17 +47,6 @@ fn open_ini() { assert_eq!(output, "1234") } -//fn open_unknown_format_as_raw_single_value() { - //nu!(output, - // cwd("tests/fixtures/formats"), - // "open skinfolds.unsupported | echo $it"); - - // does not pass on Windows - // left: `"\"\\\"ABS:3.0-PEC:3.0\\\""`, - // right: `"ABS:3.0-PEC:3.0"`' - //assert_eq!(output, "ABS:3.0-PEC:3.0") -//} - #[test] fn open_error_if_file_not_found() { nu_error!(output,