~smoser/ubuntu/utopic/cloud-init/sysvinit

« back to all changes in this revision

Viewing changes to tests/unittests/test_util.py

  • Committer: Scott Moser
  • Date: 2014-07-24 14:45:29 UTC
  • mfrom: (1.4.19)
  • Revision ID: smoser@ubuntu.com-20140724144529-12uutq0wz1vlfjw0
* New upstream snapshot.
  * less noisy logs
  * allow usage of jinja2 templates (LP: #1219223)
  * test case cleanups
  * change build system to be dh and pybuild

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
import yaml
6
6
 
7
7
from mocker import MockerTestCase
8
 
from tests.unittests import helpers
 
8
from . import helpers
9
9
from unittest import TestCase
10
10
 
11
11
from cloudinit import importer