index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
ops
/
testing.rs
Age
Commit message (
Expand
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-05
fix(test): improve how `--fail-fast` shuts down when hitting limit (#16956)
David Sherret
2022-07-15
refactor: allocate IDs for tests (#14729)
Nayeem Rahman
2022-05-01
fix(test): actually capture stdout and stderr in workers (#14435)
David Sherret
2022-04-26
fix(test): capture worker stdout and stderr in test output (#14410)
David Sherret
2022-04-26
fix(test): capture inherited stdout and stderr for subprocesses in test outpu...
David Sherret
2022-04-17
fix: panic when trying to pledge permissions before restoring previous pledge...
Bartek Iwańczuk
2022-04-15
feat(test): format user code output (#14271)
Bartek Iwańczuk
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-09
refactor(test): use tokio::sync::mpsc::unbounded_channel (#13881)
Bartek Iwańczuk
2021-12-29
cleanup(cli): use op Extensions (#13223)
Aaron O'Mullan
2021-10-31
feat: Stabilize Deno.TestDefinition.permissions (#12078)
Bartek Iwańczuk
2021-10-13
fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)
Nayeem Rahman
2021-08-26
refactor(cli): introduce module specifier test modes (#11769)
Casper Beyer
2021-07-14
refactor(cli/tools/test_runner): split reporter into distinct stages (#11395)
Casper Beyer
2021-05-14
refactor(cli/ops): don't pass ops through json (#10629)
Casper Beyer
2021-05-08
cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)
Aaron O'Mullan
2021-04-30
fix(cli/tools/test): print module tests originate from (#10428)
Casper Beyer
2021-04-28
feat(test): run test modules in parallel (#9815)
Casper Beyer