~allanlesage/uci-engine/coverage-extractor-plus-nfss-juju-deployment

« back to all changes in this revision

Viewing changes to coverage-retriever/coverageretriever/tests/test_generate_and_put_artifact.py

  • Committer: Allan LeSage
  • Date: 2014-10-13 20:20:33 UTC
  • Revision ID: allan.lesage@canonical.com-20141013202033-afwly3ydbrj9nfb8
Split into more reasonably-sized files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
from ci_utils.testing.fixtures import FakeDataStore
19
19
 
20
 
from coverageretriever.run_worker import (
 
20
from coverageretriever.retrieval import (
21
21
    generate_and_put_artifact,
22
22
)
23
23