.. |
test_default_commands
|
added basic skeleton for hooks system (yet to add many hook callsites)
|
2011-11-13 02:37:57 +13:00 |
helper.rb
|
set collision_warning to false in tests
|
2011-11-17 16:06:00 +13:00 |
test_command_helpers.rb
|
update commands and tests to use Pry::Method
|
2011-09-22 01:20:32 -07: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
|
updated rename_command() to accept either actual command name or listing name, tests also updated
|
2011-11-24 22:33:37 +13:00 |
test_completion.rb
|
updated tests for new _pry_ parameter being passed to before_session hook
|
2011-09-08 03:28:00 +12: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_exception_whitelist.rb
|
added basic tests for exception whitelist
|
2011-09-19 17:13:34 +12:00 |
test_history_array.rb
|
Removed duplicate implementation from tests
|
2011-05-15 12:24:52 +02:00 |
test_hooks.rb
|
Hook system now executes hooks in order.
|
2011-11-23 18:55:35 +13:00 |
test_indent.rb
|
re-re-fix super... (I added a test this time :p)
|
2011-10-27 23:46:18 -07:00 |
test_input_stack.rb
|
Issue 284, Pry should respect input encoding.
|
2011-10-01 13:19:44 -07:00 |
test_method.rb
|
Make "ls" robust to overridden send
|
2011-10-08 17:47:27 -07:00 |
test_pry.rb
|
modified select_prompt() method so it now takes eval_string and target; makes for cleaner code at callsites, update tests
|
2011-11-23 03:29:53 +13:00 |
test_pry_history.rb
|
use a better prefix for tempfiles (fixes #331)
|
2011-11-06 01:09:11 -07:00 |
test_pry_output.rb
|
loosened test in test_pry_output.rb
|
2011-09-22 02:51:14 +12: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 |
testrcbad
|
Be robust to errors in ~/.pryrc
|
2011-11-02 00:46:38 -07:00 |