← Back to team overview

launchpad-dev team mailing list archive

Re: Phasing in the Architecture Design Metrics into our reviews

 

On Wed, Dec 8, 2010 at 9:14 AM, Brad Crittenden
<brad.crittenden@xxxxxxxxxxxxx> wrote:
> We need to share techniques that we find to speed up tests.

This won't speed up tests but it'll make slow ones easier to see: you
can combine the -c -vvv and --slow-test options to give a list of tests
with the slow ones highlighted, like so:

    bin/test -c -vvv --slow-test=2

Which yields output like this: http://i.imgur.com/kZuqO.png
(note: that test isn't really that slow, I put a sleep in it for effect)
-- 
Benji York



Follow ups

References