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

« back to all changes in this revision

Viewing changes to tests/unittests/test_data.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:
20
20
 
21
21
INSTANCE_ID = "i-testing"
22
22
 
23
 
from tests.unittests import helpers
 
23
from . import helpers
24
24
 
25
25
 
26
26
class FakeDataSource(sources.DataSource):