summaryrefslogtreecommitdiff
path: root/cli/tests/tty_tests.rs
AgeCommit message (Collapse)Author
2019-10-29Remove TTY tests - dead code (#3229)Ry Dahl
2019-10-15Add debug build to github actionsRyan Dahl
This disabled the tty_tests which seem to be very flaky with the debug build.
2019-09-19Remove test.py, use cargo test as test frontend (#2967)Ryan Dahl
Fixes #2933