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
/
testdata
/
test
/
steps
Age
Commit message (
Expand
)
Author
2023-04-06
chore: fix flaky tests checking ms when CI is slow (#18559)
David Sherret
2023-03-25
feat(test): print pending tests on sigint (#18246)
Nayeem Rahman
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-24
feat: allow first arg in test step to be a function (#17096)
Leo Kettmeir
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-09-02
refactor(test): grab runTests() and runBenchmarks() from __bootstrap (#15420)
Nayeem Rahman
2022-08-04
fix(test): output parallel test results independently (#15399)
Nayeem Rahman
2022-07-15
refactor: allocate IDs for tests (#14729)
Nayeem Rahman
2022-06-14
feat(test): update test summary report (#14629)
Mark Ladyshau
2022-05-09
feat(test): repeat test name if there's user output (#14495)
Bartek Iwańczuk
2022-05-09
feat(test): change "failures:" headers in test report (#14490)
Bartek Iwańczuk
2022-05-05
feat(test): Show Deno.test() call locations for failures (#14484)
Nayeem Rahman
2022-04-18
feat(test): skip internal stack frames for errors (#14302)
Bartek Iwańczuk
2022-04-16
fix(cli/tools/test): Prefix test module paths with "./" (#14301)
Nayeem Rahman
2022-04-16
feat(test): use structured data for JavaScript errors in tests (#14287)
Bartek Iwańczuk
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-01-18
feat: stabilize test steps API (#13400)
David Sherret
2021-11-15
feat(unstable/test): include test step pass/fail/ignore counts in final repor...
David Sherret
2021-10-13
chore: fix flaky steps_invalid_usage tests (#12422)
David Sherret
2021-10-11
feat(unstable/test): imperative test steps API (#12190)
David Sherret