~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/jobs/tests/test_ingest.py

  • Committer: Tarmac
  • Author(s): Benji York
  • Date: 2013-08-14 14:31:48 UTC
  • mfrom: (334.2.17 featured-breakout)
  • Revision ID: tarmac-20130814143148-rt7q7run1zkfappk
[r=abentley][bug=][author=benji] Move charm featured status out into it's own collection.

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
                    # manager client.
259
259
                    shutil.rmtree(CHARM_DIR, ignore_errors=True)
260
260
 
261
 
    # TODO complete refactoring of checkout_branch, et al.
262
 
 
263
261
 
264
262
class TestUpdateBundleJob(MongoTestBase):
265
263