1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib/pry
Kyrylo Silin 77295853bf cli_spec: improve test coverage and refactor
57.14% is covered. We don't cover `on` switches because it's hard to
test them.

We also replace `exit` with `Kernel.exit` because this way we can mock this
method. Not sure why plain `exit` cannot be mocked.
2019-03-15 01:18:58 +02:00
..
code Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
commands Factor out gem-* commands to a separate plugin 2019-03-13 00:25:11 +02:00
config rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
helpers Delete install-command and command_dependencies_met? 2019-03-12 23:38:43 +02:00
method rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
slop rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
testable Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
wrapped_module Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
basic_object.rb rubocop: fix offences of the Style/ClassAndModuleChildren cop 2019-02-27 02:23:52 +02:00
cli.rb cli_spec: improve test coverage and refactor 2019-03-15 01:18:58 +02:00
code.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
code_object.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
color_printer.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
command.rb Delete requires_gem remnants 2019-03-13 00:12:28 +02:00
command_set.rb Delete requires_gem remnants 2019-03-13 00:12:28 +02:00
config.rb Delete the gist command 2019-03-12 01:44:37 +02:00
core_extensions.rb rubocop: fix offences of the Style/RedundantSelf cop 2019-03-02 13:32:33 +02:00
editor.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
exceptions.rb Move Pry::DEFAULT_EXCEPTION_WHITELIST to Config 2019-03-10 01:53:00 +02:00
forwardable.rb fix warning about splat 2017-06-04 22:28:25 +01:00
helpers.rb Deprecate Pry::Platform and introduce Pry::Helpers::Platform 2018-11-02 01:52:09 +08:00
history.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
hooks.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
indent.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
input_completer.rb rubocop: fix offences of the Lint/EmptyWhen cop 2019-03-03 18:23:09 +02:00
input_lock.rb rubocop: fix offences of the Performance/RedundantBlockCall cop 2019-02-27 00:46:11 +02:00
inspector.rb Move Pry::SIMPLE_PRINT and CLIPPED_PRINT to Inspector 2019-03-09 02:01:49 +02:00
last_exception.rb rubocop: fix offences of the Style/TrivialAccessors cop 2019-03-02 16:39:17 +02:00
method.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
object_path.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
output.rb rubocop: fix offences of the Style/ClassAndModuleChildren cop 2019-02-27 02:23:52 +02:00
pager.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
plugins.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
prompt.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
pry_class.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
pry_instance.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
repl.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
repl_file_loader.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
ring.rb ring: fix swap parts of array in to_a and index access 2018-11-26 08:46:09 +09:00
slop.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
terminal.rb rubocop: fix offences of the Lint/HandleExceptions cop 2019-03-04 00:05:33 +02:00
testable.rb rubocop: fix offences of the Style/NegatedIf cop 2019-03-02 13:04:46 +02:00
version.rb Release v0.12.2 2018-11-16 04:05:09 +08:00
wrapped_module.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00