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