~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/testing/tests/test_parallel.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-30 11:28:39 UTC
  • mfrom: (14606.2.10 apocatest)
  • Revision ID: launchpad@pqm.canonical.com-20111230112839-iogfa6k9x40ymp6c
[r=wgrant][no-qa] Merge canonical.testing into lp.services.testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
import subprocess
10
10
import tempfile
11
11
 
 
12
from fixtures import (
 
13
    PopenFixture,
 
14
    TestWithFixtures,
 
15
    )
12
16
from testtools import (
13
17
    TestCase,
14
18
    TestResult,
15
19
    )
16
 
from fixtures import (
17
 
    PopenFixture,
18
 
    TestWithFixtures,
19
 
    )
20
20
 
21
 
from canonical.testing.parallel import (
 
21
from lp.services.testing.parallel import (
22
22
    find_load_list,
23
23
    find_tests,
24
24
    ListTestCase,