separate file for dependencies on tests

This commit is contained in:
Andrey Pohilko
2017-11-02 22:49:51 +06:00
parent 4fecd3288b
commit 9f251722f7

View File

@@ -173,7 +173,7 @@ do not break existing functionality.
For tests to work, install `mock` library For tests to work, install `mock` library
``` ```
pip install mock pip install -r requirements-test.txt
``` ```
Running tests is as simple as Running tests is as simple as