1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
Commit graph

14 commits

Author SHA1 Message Date
Conrad Irwin
f8c2d04dce Test new command api 2011-12-31 15:24:11 +00:00
John Mair
597f1cc68c reorganized command tests into test_default_commands/ folder with separate test files for each command set 2011-06-03 03:26:49 +12:00
John Mair
a8f152ecac fixed a failing test for rbx (actually a failing test in general, but only spotted thanks to rbx) 2011-06-02 04:23:17 +12:00
John Mair
6999d7f1ed added tests for help and show-command commands, and by proxy testing :listing functionality and regex commands 2011-05-30 16:47:24 +12:00
John Mair
dd84c4c0c3 added hist --show option + tests 2011-05-30 03:47:49 +12:00
John Mair
34f63c65f6 fixed tests (phew), migrated more code over to Pry.config, made major changes to helper.rb for tests 2011-05-29 01:38:00 +12:00
John Mair
71ad2aa9d1 added a bunch more tests for: hist command, :listing option to commands, regex commands, etc. Turned paging off in helper.rb 2011-05-28 18:05:41 +12:00
John Mair
169ee11b04 fixed tests for ruby 1.8 (pls remember to test against ruby 1.8 everyone! :P). Readline::HISTORY is buggy in 1.8 so had to hard-code exception -- may be fragile 2011-05-25 14:09:31 +12:00
John Mair
fc31a44fda added tests for show-method acting on dynamic pry methods 2011-05-25 02:57:18 +12:00
John Mair
7f96d03e9a added tests for hist command, fixed tests for cd command, changed some method names in helpers.rb 2011-05-23 12:32:46 +12:00
John Mair
8b065971c3 added tests for hist and failing test for hist --replay 2011-05-23 12:32:29 +12:00
John Mair
1be5786dc1 added tests for show-method and show-doc and cd commands, added some more test helpers 2011-05-19 15:31:29 +12:00
John Mair
d4eff58d87 tweaked test for 'cd' command to use eval'd 'should' 2011-05-08 18:22:08 +12:00
John Mair
e8776e8a2c added some tests for cd command (and new behaviour) in test_default_commands.rb 2011-05-06 22:56:22 +12:00