diff options
author | Daniel Watkins <daniel.watkins@canonical.com> | 2014-11-12 13:52:28 +0000 |
---|---|---|
committer | Daniel Watkins <daniel.watkins@canonical.com> | 2014-11-12 13:52:28 +0000 |
commit | bd462bc68506d7da4d7e04b05e947e0cf3f8e19d (patch) | |
tree | fc866746f72384d76878bcfdcdab914a11315a36 /test-requirements.txt | |
parent | 9eed0fef5030e2e66f4bc1e549783638087786f4 (diff) | |
download | vyos-cloud-init-bd462bc68506d7da4d7e04b05e947e0cf3f8e19d.tar.gz vyos-cloud-init-bd462bc68506d7da4d7e04b05e947e0cf3f8e19d.zip |
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.txt | 1 |
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 |