~adeuring/charmworld/1202665-nofile-errors

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2013-07-19 02:47:48 UTC
  • mfrom: (304.4.40 support-bundles-2)
  • Revision ID: aaron@canonical.com-20130719024748-cx3ntjcod1j3x0fl
Fix testing, renames, include owner in id, start storing bundles

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2013 Canonical Ltd.  This software is licensed under the GNU
 
2
# Affero General Public License version 3 (see the file LICENSE).
 
3
 
 
4
from charmworld.testing import TestCase
 
5
from charmworld.jobs.config import CHARM_DIR
 
6
 
 
7
 
 
8
class TestCharmDir(TestCase):
 
9
 
 
10
    def test_charmdir_is_for_testing(self):
 
11
        self.assertFalse(CHARM_DIR.endswith('var/charms'))