ruby/test/irb
Stan Lo f9148d1580 [ruby/irb] Group command test cases with class
(https://github.com/ruby/irb/pull/491)

Currently, IRB has 35 test cases for 10 non-debugging commands, with the
rest 10 commands untested. So in the long-term, it could have around 70
test cases for all existing commands.

With this number of test cases, I think it's easier to manage them by grouping
them in classes (by command).
2023-01-05 13:06:23 +00:00
..
yamatanooroti [ruby/irb] Test debug commands without yamatanooroti 2022-12-02 01:05:22 +00:00
helper.rb [ruby/irb] Require pathname in test helper 2022-12-02 22:00:42 +00:00
test_cmd.rb [ruby/irb] Group command test cases with class 2023-01-05 13:06:23 +00:00
test_color.rb [ruby/irb] Test colors with enabling colors 2022-12-26 15:28:38 +00:00
test_color_printer.rb [ruby/irb] Test colors with enabling colors 2022-12-26 15:28:38 +00:00
test_completion.rb [ruby/irb] Provide a base test class and let tests restore encodings 2022-11-03 22:13:11 +00:00
test_context.rb Drop Ruby 2.5 support 2022-11-17 13:06:32 +09:00
test_debug_cmd.rb [ruby/irb] PTY module is platform dependent 2022-12-19 17:49:59 +09:00
test_history.rb [ruby/irb] Prefer to use File.open instead of Kernel.open 2022-12-16 01:10:46 +00:00
test_init.rb [ruby/irb] Allow disabling autocompletion with 2022-12-06 00:53:32 +00:00
test_input_method.rb [ruby/irb] Provide a base test class and let tests restore encodings 2022-11-03 22:13:11 +00:00
test_option.rb [ruby/irb] Provide a base test class and let tests restore encodings 2022-11-03 22:13:11 +00:00
test_raise_no_backtrace_exception.rb [ruby/irb] Improve testing infra 2022-11-15 17:26:51 +00:00
test_ruby_lex.rb [ruby/irb] Fix prompt and code mismatch 2023-01-02 19:25:11 +00:00
test_workspace.rb [ruby/irb] Provide a base test class and let tests restore encodings 2022-11-03 22:13:11 +00:00