summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDaniel Watkins <daniel.watkins@canonical.com>2014-11-12 13:52:28 +0000
committerDaniel Watkins <daniel.watkins@canonical.com>2014-11-12 13:52:28 +0000
commitbd462bc68506d7da4d7e04b05e947e0cf3f8e19d (patch)
treefc866746f72384d76878bcfdcdab914a11315a36 /test-requirements.txt
parent9eed0fef5030e2e66f4bc1e549783638087786f4 (diff)
downloadcloud-init-git-bd462bc68506d7da4d7e04b05e947e0cf3f8e19d.tar.gz
Add tests for current parse_ssh_config behaviour.
This also adds mock as a test dependency, as we are looking to migrate away from mocker.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 2edb8066..230f0404 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,5 @@
httpretty>=0.7.1
+mock
mocker
nose
pep8==1.5.7