pry--pry/test
John Mair 253add814b Added support for complex syntax to the `cd` command, e.g: cd ../@x/y../z. Updated tests.
cd @x/@y/@z will push @x and @y and @z onto the stack in that order
cd ../../ will pop @z and @y off the stack
2011-09-06 04:12:53 +12:00
..
test_default_commands Added support for complex syntax to the `cd` command, e.g: cd ../@x/y../z. Updated tests. 2011-09-06 04:12:53 +12:00
helper.rb added more rbx helpers (command_helpers.rb) and added limited support for cat --ex on rbx 2011-09-01 15:47:29 +12:00
test_command_helpers.rb added test_command_helpers.rb, fixed spelling error in comments in command_set.rb 2011-05-04 03:49:09 +12:00
test_command_processor.rb remove interpolation of command names and fix interpolation error messages 2011-08-18 01:23:39 +12:00
test_command_set.rb made it so commands (with :keep_retval => true) can now return nil as a legitimate return value. Created a new 'void' value to use instead when indicating no return value. also updated tests. 2011-09-04 13:30:20 +12:00
test_completion.rb Don't crash if I have a badly behaved module. 2011-08-16 21:53:20 -07:00
test_default_commands.rb reorganized command tests into test_default_commands/ folder with separate test files for each command set 2011-06-03 03:26:49 +12:00
test_history_array.rb Removed duplicate implementation from tests 2011-05-15 12:24:52 +02:00
test_pry.rb Added support for complex syntax to the `cd` command, e.g: cd ../@x/y../z. Updated tests. 2011-09-06 04:12:53 +12:00
test_pry_history.rb Pry.input_history -> Pry.history, Pry::InputHistory -> Pry::History 2011-09-05 01:56:28 -07:00
test_pry_output.rb Remove warning about pretty_inspect. 2011-08-27 10:53:22 -07:00
test_special_locals.rb merged in robgleeson's patch to pass pry instance to prompts, also added test_special_local.rb and test_shell.rb tests 2011-09-02 22:25:18 +12:00
testrc version 0.6.8, added whereami command, made .pryrc run at the start of each runtime session, put syntax highlighting on by default 2011-03-06 03:17:54 +13:00