Commit Graph

20 Commits

Author SHA1 Message Date
John Mair 61daefbf03 renamed _in_ and _out_ to inp and out, for convenience and ease of use 2011-06-08 00:57:01 +12:00
John Mair b875f1b08c Merge branch 'feature/history-array' 2011-06-07 20:33:42 +12:00
John Mair 50200d662a added -rubygems switch to warnings test in test_pry.rb for 1.8 compat 2011-06-07 20:33:37 +12:00
Mon ouïe 7ade5da980 Added tests for _in_ and _out_ 2011-06-06 17:14:29 +02:00
Rob Gleeson 528a55bda0 Merge branch 'master' of github.com:banister/pry 2011-06-05 23:48:34 +01:00
Rob Gleeson 30d0b7b2f4 Assert that no warnings are emitted by Pry. 2011-06-05 23:41:59 +01:00
John Mair 12956b20b9 added tests for regex command interpolation behaviour. All test in test suite should now pass. 2011-06-06 03:31:36 +12:00
John Mair 0cf048e2a6 added failing test for regex command interpolatino 2011-06-03 03:30:26 +12:00
John Mair 32bfa27b5a Revert "Made Pry able to cd into procs"
This reverts commit 206c79588c.
2011-05-30 15:21:48 +12:00
John Mair 32ad27a847 added tests for updated CommandContext#run method 2011-05-30 15:14:49 +12:00
Mon ouïe ed0bce7af4 Merge branch 'dev' of github.com:banister/pry into dev 2011-05-29 23:56:26 +02:00
Mon ouïe 206c79588c Made Pry able to cd into procs 2011-05-29 23:55:27 +02: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 bf0081170e new tests for Pry::CommandProcessor and regex command and spaced command functionality, also tests for :interpolate flag for commands 2011-05-23 19:11:41 +12:00
Mon ouïe 1750fe4d78 Got rid of CommandSet#name 2011-05-07 07:32:05 +02:00
John Mair f1f029a1c1 Merge branch 'fix-prompt' of git://github.com/JoshCheek/pry into prompt_stack 2011-05-01 16:38:29 +12:00
Mon ouïe 007f946209 Fixed test for constant leaks, as some ruby versions may define VERSION as a
top-level constant (fixes #93)
2011-04-30 23:56:20 +02:00
Lee Jarvis 9bced75d82 moved commandset testing to test_commandset.rb 2011-04-30 15:40:04 +01:00
Lee Jarvis eeababc343 rename test to test_pry to allow bacon -a to autotest 2011-04-30 15:36:24 +01:00