0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-30 09:08:00 -04:00
denoland-deno/cli/tests/test
Casper Beyer c455c28b83
feat(test): run test modules in parallel (#9815)
This commit adds support for running test in parallel.

Entire test runner functionality has been rewritten
from JavaScript to Rust and a set of ops was added to support reporting in Rust.

A new "--jobs" flag was added to "deno test" that allows to configure 
how many threads will be used. When given no value it defaults to 2.
2021-04-28 20:17:04 +02:00
..
allow_all.out feat(cli): add test permissions to Deno.test (#10188) 2021-04-25 23:38:59 +02:00
allow_all.ts feat(cli): add test permissions to Deno.test (#10188) 2021-04-25 23:38:59 +02:00
allow_none.out feat(cli): add test permissions to Deno.test (#10188) 2021-04-25 23:38:59 +02:00
allow_none.ts feat(cli): add test permissions to Deno.test (#10188) 2021-04-25 23:38:59 +02:00
deno_test.out test(cli): reorganize test subcommand testcases and fixtures (#9627) 2021-03-01 13:02:51 +01:00
deno_test_fail_fast.out test(cli): reorganize test subcommand testcases and fixtures (#9627) 2021-03-01 13:02:51 +01:00
deno_test_no_color.ts test(cli): reorganize test subcommand testcases and fixtures (#9627) 2021-03-01 13:02:51 +01:00
deno_test_only.ts test(cli): reorganize test subcommand testcases and fixtures (#9627) 2021-03-01 13:02:51 +01:00
deno_test_only.ts.out feat(test): run test modules in parallel (#9815) 2021-04-28 20:17:04 +02:00
deno_test_unresolved_promise.out feat(test): run test modules in parallel (#9815) 2021-04-28 20:17:04 +02:00
exit_sanitizer_test.out feat(test): run test modules in parallel (#9815) 2021-04-28 20:17:04 +02:00
exit_sanitizer_test.ts test(cli): reorganize test subcommand testcases and fixtures (#9627) 2021-03-01 13:02:51 +01:00
quiet_test.out feat(test): run test modules in parallel (#9815) 2021-04-28 20:17:04 +02:00
quiet_test.ts feat(test): run test modules in parallel (#9815) 2021-04-28 20:17:04 +02:00
test_finally_cleartimeout.out feat(test): run test modules in parallel (#9815) 2021-04-28 20:17:04 +02:00
test_finally_cleartimeout.ts test(cli): reorganize test subcommand testcases and fixtures (#9627) 2021-03-01 13:02:51 +01:00
test_runner_test.ts test(cli): reorganize test subcommand testcases and fixtures (#9627) 2021-03-01 13:02:51 +01:00
test_unresolved_promise.js feat(test): run test modules in parallel (#9815) 2021-04-28 20:17:04 +02:00
unhandled_rejection.out feat(test): run test modules in parallel (#9815) 2021-04-28 20:17:04 +02:00
unhandled_rejection.ts feat(test): run test modules in parallel (#9815) 2021-04-28 20:17:04 +02:00