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
/
test_util.rs
Age
Commit message (
Collapse
)
Author
2020-06-18
chore(test): move testing utilities to test_util crate (#6360)
Bartek Iwańczuk
2020-05-11
BREAKING: There is no public Rust API for the CLI (#5226)
Ryan Dahl
2020-05-04
simplify unit tests: compiler_api, workers (#5073)
Ryan Dahl
2020-02-27
Revert "chore: share HTTP server between tests (#3966)" (#4165)
Bartek Iwańczuk
This reverts commit e6167c78134182c45689bda7bcb12af05009349c.
2020-02-26
Fix flaky tests (#4134)
Ryan Dahl
2020-02-17
feat: add --cert flag for http client (#3972)
geoFlux
2020-02-11
chore: share HTTP server between tests (#3966)
Bartek Iwańczuk
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-11-13
Revert "tests: share http server between tests (#3336)"
Ryan Dahl
This reverts commit dbf861f8a02f4a90ef68a4e2741b973becc53438.
2019-11-13
tests: share http server between tests (#3336)
Bartek Iwańczuk
Re-enable flaky tests
2019-10-29
Remove TTY tests - dead code (#3229)
Ry Dahl
2019-10-29
fix race condition in test http server (#3237)
Andy Hayden
2019-09-19
Remove test.py, use cargo test as test frontend (#2967)
Ryan Dahl
Fixes #2933