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
/
tests
/
integration
/
test_tests.rs
Age
Commit message (
Expand
)
Author
2022-04-19
perf(runtime): bypass tokio file and bump op buffer size to 64K (#14319)
Divy Srivastava
2022-04-18
feat: Add DENO_NO_PROMPT variable (#14209)
Nayeem Rahman
2022-04-17
fix: panic when trying to pledge permissions before restoring previous pledge...
Bartek Iwańczuk
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-04-15
feat(test): format user code output (#14271)
Bartek Iwańczuk
2022-04-11
feat(test): Improve testing report output (#14255)
Bartek Iwańczuk
2022-03-23
fix(test): don't error on missing op details (#14074)
Bartek Iwańczuk
2022-03-11
fix(test): skip typechecking for blocks inside HTML comments (#13889)
Geert-Jan Zwiers
2022-03-08
fix(test): typecheck blocks annotated with long js/ts notations (#13785)
Geert-Jan Zwiers
2022-02-26
fix(test): use --no-prompt by default (#13777)
Bartek Iwańczuk
2022-02-25
feat: deno test --trace-ops (#13770)
Bartek Iwańczuk
2022-01-25
feat(test): better errors for resource sanitizer (#13296)
Luca Casonato
2022-01-18
feat: stabilize test steps API (#13400)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-07
refactor(timers): refactor timers to use one async op per timer (#12862)
Andreu Botella
2021-11-30
fix(test): Improve reliability of `deno test`'s op sanitizer with timers (#12...
Andreu Botella
2021-11-29
Revert "fix(test): Improve reliability of `deno test`'s op sanitizer with tim...
Bartek Iwańczuk
2021-11-28
fix(test): Improve reliability of `deno test`'s op sanitizer with timers (#12...
Andreu Botella
2021-11-23
feat(test): Add more overloads for "Deno.test" (#12749)
Bartek Iwańczuk
2021-11-15
fix(test): support typechecking docs with CRLF line endings (#12748)
Geert-Jan Zwiers
2021-10-11
feat: provide ops details for ops sanitizer failures (#12188)
Casper Beyer
2021-10-11
feat(unstable/test): imperative test steps API (#12190)
David Sherret
2021-09-30
fix(runtime/testing): format aggregate errors (#12183)
Casper Beyer
2021-09-04
feat(cli): close test worker once all tests complete (#11727)
Casper Beyer
2021-09-01
fix(cli): retain path based test mode inference (#11878)
Casper Beyer
2021-08-24
feat(cli): add --ignore flag to test command (#11712)
Casper Beyer
2021-08-15
fix(test): dispatch load event before tests are run (#11708)
Casper Beyer
2021-08-13
test(cli): add test for test filtering (#11672)
Casper Beyer
2021-08-12
fix(cli): allow specifiers of unknown media types with test command (#11652)
Casper Beyer
2021-07-29
feat: type check codeblocks in Markdown file with "deno test --doc" (#11421)
Casper Beyer
2021-07-26
fix(cli): side-load test modules (#11515)
Casper Beyer
2021-07-14
test(cli): ensure clear timeout doesn't trigger sanitizers (#11396)
Casper Beyer
2021-07-10
Revert "feat(cli/tools/test_runner): add terse reporter (#11156)" (#11352)
Ryan Dahl
2021-07-10
feat(cli/tools/test_runner): add terse reporter (#11156)
Casper Beyer
2021-07-05
feat(test): add --shuffle flag to randomize test ordering (#11163)
Casper Beyer
2021-07-05
fix(runtime): ignored tests should not cause permission changes (#11278)
Casper Beyer
2021-06-29
test(cli): harden test runner tests (#11166)
Casper Beyer
2021-06-27
chore: split up integration_tests.rs into separate files (#11131)
David Sherret