~allanlesage/+junk/helipad-historical-coverage

« back to all changes in this revision

Viewing changes to helipad/integration_testing.py

  • Committer: Allan LeSage
  • Date: 2013-05-07 01:26:41 UTC
  • mfrom: (80.1.8 helipad)
  • Revision ID: allan.lesage@canonical.com-20130507012641-88h9kaxkg3rz8nas
Merging ChrisGagnon's nose-exclude-dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
NOSE_ARGS.extend(['-a qa_lab',
7
7
                  '--cover-html',
8
8
                  '--with-xunit',
9
 
                  '--with-xcoverage',])
 
9
                  '--with-xcoverage',
 
10
                  ])