~kubernetes/charms/trusty/kubernetes-master/trunk

« back to all changes in this revision

Viewing changes to unit_tests/test_install.py

  • Committer: Matthew Bruzek
  • Date: 2015-07-17 20:01:20 UTC
  • Revision ID: matthew.bruzek@canonical.com-20150717200120-8baw942abuujs9ld
Vendoring the kubernetes-master charm to v1.0.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
 
1
3
from mock import patch, Mock, MagicMock
2
4
from path import Path
3
5
import pytest