From 4fb6634480294d67df9fba180eed350de4420a9b Mon Sep 17 00:00:00 2001 From: Deniz Demir Date: Tue, 11 Dec 2012 10:00:17 -0800 Subject: Adding unit tests for auth.py implements blueprint https://blueprints.launchpad.net/python-reddwarfclient/+spec/reddwarfclient-unit-tests Also changin the unit test library from unuttest2 to testtools per request of CI Change-Id: I1b50cd4bf762c90b846ecb51db47f2afbfb6f175 --- tools/test-requires | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index e3ebc26..ae66aaa 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -4,4 +4,5 @@ openstack.nose_plugin>=0.11 pep8==1.1 sphinx>=1.1.2 unittest2>=0.5.1 -testtools \ No newline at end of file +testtools +mock>=1.0.1 \ No newline at end of file -- cgit v1.2.1