Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Parallel testing

prove -j4         Run test scripts in parallel
~/.proverc        Can have values like -j4 in it
                  then use -j1 to run sequential
  • Shared resources? (database, temp files, sockets, etc.)
  • Are the test script independent? (setup fixture, teardown in every file.)