From 62f33e3b146da2f4264d6fa71409516de892bdf3 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Mon, 1 Mar 2021 20:02:51 +0800 Subject: test(cli): reorganize test subcommand testcases and fixtures (#9627) --- cli/tests/test/deno_test.out | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 cli/tests/test/deno_test.out (limited to 'cli/tests/test/deno_test.out') diff --git a/cli/tests/test/deno_test.out b/cli/tests/test/deno_test.out new file mode 100644 index 000000000..338f804ed --- /dev/null +++ b/cli/tests/test/deno_test.out @@ -0,0 +1,26 @@ +[WILDCARD] +running 4 tests +test fail1 ... FAILED [WILDCARD] +test fail2 ... FAILED [WILDCARD] +test success1 ... ok [WILDCARD] +test fail3 ... FAILED [WILDCARD] + +failures: + +fail1 +AssertionError: fail1 assertion +[WILDCARD] + +fail2 +AssertionError: fail2 assertion +[WILDCARD] + +fail3 +AssertionError: fail3 assertion +[WILDCARD] + +failures: +[WILDCARD] + +test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD] + -- cgit v1.2.3