1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/test
Conrad Irwin 5246700e2b Move hashrocket out of Pry.config.print
This simplifies the contract of Pry.config.print which makes it easier to use
in other places that we want to output a value, like ls -l.

If desired you can stil remove the => by setting Pry.config.output_prefix = ''
in your ~/.pryrc
2012-11-08 00:02:25 -08:00
..
test_commands Merge remote-tracking branch 'rking/feature/ls-l' 2012-11-07 23:30:38 -08: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
example_nesting.rb Add Module.nesting extraction to Pry::Indent 2012-07-28 14:31:20 -07:00
helper.rb Remove dead method 2012-10-21 23:16:51 +03:00
test_cli.rb updated cli.rb for new API and added tests for cli 2011-12-11 04:13:42 +13:00
test_code.rb Remove some unnecessary mock_prys 2012-09-08 22:29:00 -07:00
test_command.rb Remove stray hash 2012-09-08 23:16:29 -07:00
test_command_helpers.rb update commands and tests to use Pry::Method 2011-09-22 01:20:32 -07:00
test_command_integration.rb Remove some unnecessary mock_prys 2012-09-08 22:29:00 -07:00
test_command_set.rb Tolerate Bond not being present 2012-09-05 22:39:29 -07:00
test_completion.rb Fix broken test on mac 2012-10-20 22:54:33 -07: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 Add input_array.pop! 2012-09-17 01:20:52 -06:00
test_hooks.rb passing extra prompt data via an OpenStruct 2012-07-13 02:53:19 +12:00
test_indent.rb Add Module.nesting extraction to Pry::Indent 2012-07-28 14:31:20 -07:00
test_input_stack.rb Clean line buffer after soiling it with Shift_JIS 2012-08-29 01:23:12 -07:00
test_method.rb exclude rbx properly 2012-09-23 22:02:43 -07:00
test_prompt.rb passing extra prompt data via an OpenStruct 2012-07-13 02:53:19 +12:00
test_pry.rb NO_PRY -> DISABLE_PRY for consistency 2012-11-01 22:21:34 -07:00
test_pry_defaults.rb Move hashrocket out of Pry.config.print 2012-11-08 00:02:25 -08:00
test_pry_history.rb Move empty line test 2012-09-04 21:30:51 -07:00
test_pry_output.rb Move hashrocket out of Pry.config.print 2012-11-08 00:02:25 -08:00
test_sticky_locals.rb Remove some unnecessary mock_prys 2012-09-08 22:29:00 -07:00
test_syntax_checking.rb Split double test 2012-08-07 21:03:51 -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 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