summaryrefslogtreecommitdiff
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] PTY module is platform dependentNobuyoshi Nakada2022-12-191-1/+6
* [ruby/irb] Prefer to use File.open instead of Kernel.openHiroshi SHIBATA2022-12-161-2/+2
* [ruby/irb] Group show_doc tests and update the expectationStan Lo2022-12-121-32/+34
* [ruby/irb] `show_doc` command should take non-string argument tooStan Lo2022-12-121-2/+2
* [ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo2022-12-091-1/+3
* [ruby/irb] Add show_doc as an alias to the help commandStan Lo2022-12-081-9/+11
* [ruby/irb] Gracefully handle missing command argumentStan Lo2022-12-081-0/+17
* [ruby/irb] Kill PTY process after test is finishedStan Lo2022-12-081-1/+33
* [ruby/irb] Add "show_cmds" command to list all commands'Stan Lo2022-12-081-0/+10
* [ruby/irb] Allow disabling autocompletion withStan Lo2022-12-061-0/+24
* [ruby/irb] Close leaked pty IOsNobuyoshi Nakada2022-12-051-0/+3
* [ruby/irb] Require pathname in test helperStan Lo2022-12-021-0/+2
* [ruby/irb] Disable debug cmd tests based on project structureStan Lo2022-12-022-12/+10
* [ruby/irb] This doesn't work on RubyCI eitherTakashi Kokubun2022-12-021-2/+2
* [ruby/irb] Skip debug command tests on ruby/rubyTakashi Kokubun2022-12-021-0/+6
* [ruby/irb] Use the proper ruby command and library pathNobuyoshi Nakada2022-12-021-2/+5
* [ruby/irb] Test debug commands without yamatanoorotiStan Lo2022-12-022-223/+258
* [ruby/irb] Activate yamatanooroti tests on CIStan Lo2022-11-271-2/+2
* [ruby/irb] Add commands to start and use the debuggerTakashi Kokubun2022-11-211-1/+226
* Prevent a "warning: ambiguity between regexp and two divisions"Yusuke Endoh2022-11-211-1/+1
* [ruby/irb] Push an accidentally uncommitted diffTakashi Kokubun2022-11-201-1/+1
* [ruby/irb] Deal with inconsistency with ruby/rubyTakashi Kokubun2022-11-201-0/+4
* [ruby/irb] Require missing EnvUtilTakashi Kokubun2022-11-201-0/+4
* [ruby/irb] Try using a different file nameTakashi Kokubun2022-11-201-1/+1
* [ruby/irb] Require rubygems for ruby/rubyTakashi Kokubun2022-11-201-0/+1
* [ruby/irb] Fix CI failure on ruby/rubyTakashi Kokubun2022-11-201-19/+19
* [ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo2022-11-201-1/+77
* Prevent a "method redefined" warningYusuke Endoh2022-11-181-1/+1
* Drop Ruby 2.5 supportst00122022-11-172-6/+3
* [ruby/irb] Improve testing infraStan Lo2022-11-151-0/+1
* Added empty class for test methods in TestIRB casesHiroshi SHIBATA2022-11-151-0/+4
* [ruby/irb] Remove duplicated TestInputMethod definitionsst00122022-11-154-83/+29
* [ruby/irb] Simplify info command's testsStan Lo2022-11-111-154/+136
* [ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun2022-11-101-0/+38
* [ruby/irb] Make $ and @ default aliasesTakashi Kokubun2022-11-101-2/+0
* [ruby/irb] Add execute_lines to reduce command tests' boilerplateStan Lo2022-11-081-266/+157
* [ruby/irb] Support non-string input in show_sourceTakashi Kokubun2022-11-071-0/+34
* [ruby/irb] Silent the noise created when building Context in testsStan Lo2022-11-041-0/+1
* [ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada2022-11-041-0/+2
* [ruby/irb] Provide a base test class and let tests restore encodingsStan Lo2022-11-0313-53/+63
* [ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun2022-11-031-0/+58
* [ruby/irb] Require rubygems to run the test alone on ruby/rubyTakashi Kokubun2022-11-031-0/+1
* [ruby/irb] Fix build_context for ruby/ruby CITakashi Kokubun2022-11-031-1/+2
* [ruby/irb] Require the entire irb lib in RubyLex testStan Lo2022-11-031-1/+1
* [ruby/irb] Refactor RubyLex and its testsStan Lo2022-11-031-7/+22
* [ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada2022-10-281-0/+3
* [ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada2022-10-281-0/+4
* [ruby/irb] Suppress sequence to inspect asian ambiguous width Nobuyoshi Nakada2022-10-281-1/+11
* [ruby/irb] Suppress "switching inspect mode" messages Nobuyoshi Nakada2022-10-281-0/+2
* [ruby/irb] Fix warnings in test_cmd.rbPeter Zhu2022-10-271-2/+2