We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdd49c commit 8ed3ae6Copy full SHA for 8ed3ae6
1 file changed
README.md
@@ -100,11 +100,17 @@ and thus not have the client download them automatically.
100
101
## Develop
102
103
-To run unittests, use following commands:
+To install requirements for unit testing:
104
105
```
106
-git submodule update
+git submodule init
107
+git submodule update --recursive
108
python3 -m pip install mockito
109
+```
110
+
111
+To run unit tests, use following commands:
112
113
114
python3 -m unittest tests
115
116
0 commit comments