1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/test
John Mair 49867f3c66 Merge pull request #660 from TreyLawrence/show-source-super
Add super option for show-source command and add three tests
2012-07-25 04:22:52 -07:00
..
test_default_commands Change test to be more specific 2012-07-22 22:24:54 -04:00
candidate_helper1.rb added tests for module candidate API 2012-06-23 20:14:10 +12:00
candidate_helper2.rb added tests for module candidate API 2012-06-23 20:14:10 +12:00
helper.rb Added input_type method to determine where to dispatch show-source. 2012-07-18 14:32:58 -04:00
test_cli.rb
test_code.rb Fix whereami inside __binding_impl__ 2012-06-10 23:42:15 -07:00
test_command.rb Refactor tests for command groups 2012-07-06 21:23:31 +03:00
test_command_helpers.rb
test_command_integration.rb Don't use Enumerators in unit tests 2012-07-12 00:32:35 +03:00
test_command_set.rb aliases inherit options from original, fixes #525 2012-04-12 20:58:59 +12:00
test_completion.rb Manually merged branch "issue/601". 2012-06-19 15:47:52 +02:00
test_control_d_handler.rb Add unit tests for DEFAULT_CONTROL_D_HANDLER 2012-06-17 11:25:33 +12:00
test_exception_whitelist.rb Tidy up tests and remove some repeating code 2012-06-11 19:33:04 +02:00
test_history_array.rb
test_hooks.rb passing extra prompt data via an OpenStruct 2012-07-13 02:53:19 +12:00
test_indent.rb Don't indent inside strings. [Fixes #535] 2012-04-22 01:20:38 -07:00
test_input_stack.rb Tidy up tests and remove some repeating code 2012-06-11 19:33:04 +02:00
test_method.rb Fix show-source and show-doc on __binding__/__binding_impl__ 2012-06-10 23:42:14 -07:00
test_prompt.rb passing extra prompt data via an OpenStruct 2012-07-13 02:53:19 +12:00
test_pry.rb Prevented local variables from being leaked into bindings used by Pry (fixes #662) 2012-07-22 23:30:40 +02:00
test_pry_defaults.rb Eliminate test failure 2012-06-26 22:34:13 -07:00
test_pry_history.rb
test_pry_output.rb
test_sticky_locals.rb added Pry.config.extra_sticky_locals config option 2012-03-14 15:35:24 +13:00
test_syntax_checking.rb Don't rstrip strings [Fixes #657] 2012-07-18 09:27:43 -07:00
test_wrapped_module.rb more tightly spec WrappedModule, and ensure WM#source_location doesn't raise 2012-06-25 04:04:43 +12:00
testrc
testrcbad