From 9f251722f7e5d62de9ee74213044f8d924411ebf Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Thu, 2 Nov 2017 22:49:51 +0600 Subject: [PATCH] separate file for dependencies on tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2af97f9..8ee3857 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ do not break existing functionality. For tests to work, install `mock` library ``` - pip install mock + pip install -r requirements-test.txt ``` Running tests is as simple as