Skip to content

Commit 8ed3ae6

Browse files
committed
README: clarify how to install requirements for unit testing and how to run unit tests
1 parent 6cdd49c commit 8ed3ae6

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,17 @@ and thus not have the client download them automatically.
100100

101101
## Develop
102102

103-
To run unittests, use following commands:
103+
To install requirements for unit testing:
104104

105105
```
106-
git submodule update
106+
git submodule init
107+
git submodule update --recursive
107108
python3 -m pip install mockito
109+
```
110+
111+
To run unit tests, use following commands:
112+
113+
```
108114
python3 -m unittest tests
109115
```
110116

0 commit comments

Comments
 (0)