From 9ee367e0441891812fa96bad8bdf010342fef991 Mon Sep 17 00:00:00 2001 From: Tomasz Kontusz Date: Sun, 30 Nov 2014 14:55:59 +0100 Subject: [PATCH] Add mock and nose to requirements for running unit tests --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 3e746062cd1..bb3f229d1f1 100644 --- a/test/README.md +++ b/test/README.md @@ -12,7 +12,7 @@ mock interfaces rather than producing side effects. Playbook engine code is better suited for integration tests. -Requirements: sudo pip install paramiko PyYAML jinja2 httplib2 passlib +Requirements: sudo pip install paramiko PyYAML jinja2 httplib2 passlib nose mock integration -----------