summaryrefslogtreecommitdiff
path: root/tools/repl_test.py
AgeCommit message (Collapse)Author
2019-01-09Fix flaky REPL test (#1491)Maxim Mazurok
Fixes #1490
2018-11-30Use pylint.Ryan Dahl
2018-11-30Fix flaky REPL test.Ryan Dahl
2018-11-29Cleanup setTimeout repl test and alphabetize testsAndy Hayden
2018-11-28REPL unblock event loop AND fix REPL setTimeout fire problemsKevin (Kun) "Kassimo" Qian
2018-11-06Support repl multiline input (#1165)Andy Hayden
2018-11-05Add repl (#998)Andy Hayden
- Running repl from js side. - Add tests for repl behavior. - Handle ctrl-C and ctrl-D.