~yellow/testrepository/on_filter

« back to all changes in this revision

Viewing changes to testrepository/tests/commands/__init__.py

  • Committer: Jonathan Lange
  • Date: 2011-11-04 20:19:04 UTC
  • mfrom: (140.1.8 slowest)
  • Revision ID: jml@canonical.com-20111104201904-787v0y08ar2p53hb
Add a 'slowest' command that shows the slowest tests from the latest run.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        'load',
28
28
        'quickstart',
29
29
        'run',
 
30
        'slowest',
30
31
        'stats',
31
32
        ]
32
33
    module_names = ['testrepository.tests.commands.test_' + name for name in