in reply to How do you structure and run module test code?

I don't often test modules, but when I do I test the Interface, not the module. O_0

From the vim I often do stuffs like run whole test suit:

!prove -lr
or just run test I am work on:
!prove -lv %