We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dae819 commit 7b60e4dCopy full SHA for 7b60e4d
doc/developers.txt
@@ -206,6 +206,16 @@ test suite. Use it by running::
206
once over the whole test suite. Then subsequent calls will analyze the
207
changed files/functions and run tests that cover those changes.
208
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
219
Internationalization Notes
220
--------------------------
221
0 commit comments