Skip to content

Commit 7b60e4d

Browse files
committed
docs: add required modules for running tests.
1 parent 9dae819 commit 7b60e4d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/developers.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,16 @@ test suite. Use it by running::
206206
once over the whole test suite. Then subsequent calls will analyze the
207207
changed files/functions and run tests that cover those changes.
208208

209+
To run some tests (test_liveserver.py, test_indexer.py, ...) you need
210+
to have some additional modules installed. These include:
211+
212+
* requests
213+
* mock
214+
215+
If you are working with a docker container that is set up to execute
216+
Python application and not for development, you will need to install
217+
pytest.
218+
209219
Internationalization Notes
210220
--------------------------
211221

0 commit comments

Comments
 (0)