From 3f7c5e340178ce9e4183dd023ef5d1b04f72baad Mon Sep 17 00:00:00 2001 From: ashishk1994 Date: Sat, 17 Dec 2016 23:45:31 +0530 Subject: Added Unit Tests for cli. JIRA: FUNCTEST-590 Change-Id: I5e28145cae742598927e8edbe65091fedb533a4d Signed-off-by: ashishk1994 --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test-requirements.txt') 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 -- cgit 1.2.3-korg