NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Emacs toggle-test-plan (Score:1)
Have some Elisp code.
Re:Emacs toggle-test-plan (Score:1)
Re:Emacs toggle-test-plan (Score:2)
Hey, that looks awesome (no surprise that someone interested in Prolog would have Lisp skills, I suppose).
I've been thinking about creating several vim tools specifically dedicated to making tests easier to write and maintain. Would you be interested in converting them to eLisp?
Re:Emacs toggle-test-plan (Score:1)
So what helpers do you think a person ought to have when writing tests?
Reply to This
Parent
Re:Emacs toggle-test-plan (Score:2)
There are a few features I'm thinking about.
Obviously I have 1 and 2 working. Number 3 requires a planned feature for Test::Class that lets you run a single test method. I've submitted a patch, but it wasn't as clean as Adrian
Re:Emacs toggle-test-plan (Score:2)
Ooh, and along with the regular documentation, it would be nice to include something like Ian Langworth's testing quick reference card [langworth.com] information. I'm unsure of the syntax, but if someone new to testing wants a quick refresher of how to use Test::More, they could type something like:
And get short output like what's on the card. Still, I don't like that syntax.
Re:Emacs toggle-test-plan (Score:1)