From 9812a4a9e4a30a208d77d3b10828a1c174dccd77 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Thu, 10 Oct 2013 15:47:31 +0530 Subject: Add unit tests Change-Id: I7bbf74b66c26d0a964fa769bf9c46dd73bd03d73 Signed-off-by: Prashanth Pai Reviewed-on: http://review.gluster.org/6067 Reviewed-by: Luis Pabon Tested-by: Luis Pabon --- test-requirements.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test-requirements.txt (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..fdebbb6 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,12 @@ +# Install bounded pep8/pyflakes first, then let flake8 install +pep8==1.4.5 +pyflakes==0.7.2 +flake8==2.0 +hacking>=0.5.6,<0.6 +coverage +nose +nosexcover +openstack.nose_plugin +nosehtmloutput +sphinx>=1.1.2 +mock>=0.8.0 -- cgit