1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/irb
aycabta a1938ec308 [ruby/irb] Always add input method when calling Irb.new in tests
When passes input method as nil to Context.new through Irb.new,
ReidlineInputMethod.new is executed and the global internal state of Reline is
rewritten, therefore other tests are failed in the Ruby repository. This
commit changes to use TestInputMethod.

https://github.com/ruby/irb/commit/010dce9210
2021-03-29 05:10:08 +09:00
..
test_cmd.rb [ruby/irb] Always add input method when calling Irb.new in tests 2021-03-29 05:10:08 +09:00
test_color.rb [ruby/irb] Remove pp-specific stub from TestColor 2021-01-20 18:10:20 +09:00
test_color_printer.rb [ruby/irb] Don't call Ruby 2.4+'s String#pretty_print 2021-03-20 20:25:32 +09:00
test_completion.rb [ruby/irb] Cache completion files to require 2021-03-25 18:54:02 +09:00
test_context.rb [ruby/irb] follow up the actual line number 2021-02-03 00:09:32 +09:00
test_history.rb Try to fix errors in TestIRB::TestHistory too 2021-03-18 18:07:18 +09:00
test_init.rb Fix the failing test with XDG_CONFIG_HOME 2021-01-12 20:15:18 +09:00
test_option.rb
test_raise_no_backtrace_exception.rb [ruby/irb] Use Exception#full_message to show backtrace in the correct order 2021-01-08 13:25:18 +09:00
test_ruby_lex.rb [ruby/irb] Change ripper_lex_without_warning to a class method 2021-03-24 14:39:50 +09:00
test_workspace.rb [ruby/irb] Suppress colorize on Windows tests 2021-02-11 20:31:29 +09:00