1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/spec
Kyrylo Silin 224b575fc7 warning: print file and line of the calling frame
We want to print the calling frame, so we can point out who exactly triggered
it. The current behaviour is less useful (we print the line that called the
warning).
2019-05-04 20:19:51 +03:00
..
commands Refactor Config 2019-05-02 00:10:37 +03:00
config Refactor Config 2019-05-02 00:10:37 +03:00
fixtures rubocop: fix offences of the Style/RedundantParentheses cop 2019-03-02 13:31:20 +02:00
helpers helpers/command_helpers: add tests, refactor variable names 2019-03-30 20:53:06 +02:00
integration Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
method rubocop: fix offences of the Style/AccessModifierDeclarations cop 2019-03-23 20:18:02 +02:00
support rubocop: fix offences of the Style/CaseEquality cop 2019-03-24 14:30:00 +02:00
block_command_spec.rb Test BlockCommand 2019-04-08 00:49:39 +03:00
class_command_spec.rb Test ClassCommand 2019-04-08 00:49:39 +03:00
cli_spec.rb cli_spec: improve test coverage and refactor 2019-03-15 01:18:58 +02:00
code_object_spec.rb code_object_spec: refactor to modern syntax; make more legible 2019-03-16 20:01:42 +02:00
code_spec.rb rubocop: fix offences of the Style/MethodMissingSuper cop 2019-03-23 15:50:57 +02:00
color_printer_spec.rb config: factor out color printer proc to ColorPrinter 2019-04-14 15:46:04 +03:00
command_integration_spec.rb Rename '_pry_' to 'pry_instance' 2019-03-23 00:54:39 +02:00
command_set_spec.rb spec/command_set: delete unused ctx 2019-04-06 01:58:08 +03:00
command_spec.rb Refactor Config 2019-05-02 00:10:37 +03:00
command_state_spec.rb pry_instance: factor out command state to be global 2019-04-29 20:06:51 +03:00
completion_spec.rb rubocop: fix the Naming/ConstantName cop 2019-03-24 18:17:18 +02:00
config_spec.rb config: add rc_file that allows specifying pryrc file 2019-05-03 02:32:29 +03:00
control_d_handler_spec.rb pry_instance: factor out command state to be global 2019-04-29 20:06:51 +03:00
documentation_helper_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
editor_spec.rb Move default_editor_for_platform to Pry::Editor 2019-04-10 02:18:59 +03:00
exception_handler_spec.rb config: factor out exception_handler hook to a separate class 2019-04-15 00:08:24 +03:00
history_spec.rb config: add rc_file that allows specifying pryrc file 2019-05-03 02:32:29 +03:00
hooks_spec.rb Reduce the influence of Pry::Config 2019-04-30 01:28:28 +03:00
indent_spec.rb rubocop: "fix" offences of the Security/Eval cop 2019-03-24 15:12:29 +02:00
method_spec.rb rubocop: fix offences of the Style/EvalWithLocation cop 2019-03-23 19:24:07 +02:00
pager_spec.rb Stop requiring coderay in files that don't use it 2019-03-28 02:38:21 +02:00
prompt_spec.rb Refactor Config 2019-05-02 00:10:37 +03:00
pry_defaults_spec.rb Refactor Config 2019-05-02 00:10:37 +03:00
pry_output_spec.rb Refactor Config 2019-05-02 00:10:37 +03:00
pry_repl_spec.rb Refactor Config 2019-05-02 00:10:37 +03:00
pry_spec.rb rubocop: fix offences of the Lint/UnderscorePrefixedVariableName cop 2019-03-23 12:18:50 +02:00
pryrc_spec.rb config: add rc_file that allows specifying pryrc file 2019-05-03 02:32:29 +03:00
ring_spec.rb spec/helper.rb -> spec/spec_helper.rb 2019-03-07 23:21:11 +02:00
run_command_spec.rb Add .rspec and require 'helper' from there 2018-11-18 14:04:44 +08:00
spec_helper.rb Reduce the influence of Pry::Config 2019-04-30 01:28:28 +03:00
sticky_locals_spec.rb Rename '_pry_' to 'pry_instance' 2019-03-23 00:54:39 +02:00
syntax_checking_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
system_command_handler_spec.rb config: factor out 'system' to SystemCommandHandler 2019-04-15 02:36:01 +03:00
unrescued_exceptions_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
warning_spec.rb warning: print file and line of the calling frame 2019-05-04 20:19:51 +03:00
wrapped_module_spec.rb rubocop: "fix" offences of the Security/Eval cop 2019-03-24 15:12:29 +02:00