diff options
author | ashishk1994 <ashishk.iiit@gmail.com> | 2016-12-17 23:45:31 +0530 |
---|---|---|
committer | Ashish Kumar <ashishk.iiit@gmail.com> | 2017-01-04 09:05:06 +0000 |
commit | 3f7c5e340178ce9e4183dd023ef5d1b04f72baad (patch) | |
tree | b946877e1680f6fe323f2a7e09e7f60fbc3d66af /test-requirements.txt | |
parent | d1816afb6ff28313347f656b6145dd1fb22c5a68 (diff) |
Added Unit Tests for cli.
JIRA: FUNCTEST-590
Change-Id: I5e28145cae742598927e8edbe65091fedb533a4d
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
Diffstat (limited to 'test-requirements.txt')
-rwxr-xr-x | test-requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 8be8e203..f724d5b1 100755 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,6 +5,7 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 # +click==6.6 coverage==4.1 dnspython==1.15.0 gitpython==1.0.1 @@ -20,4 +21,4 @@ requests==2.8.0 robotframework==2.9.1 robotframework-requests==0.3.8 robotframework-sshlibrary==2.1.1 -virtualenv==15.1.0
\ No newline at end of file +virtualenv==15.1.0 |