Mercurial > p > roundup > code
diff doc/installation.txt @ 7580:13af5f28207d
docs: document dependencies required for testing
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 24 Jul 2023 17:16:36 -0400 |
| parents | cd30fa0d6aec |
| children | 9dd27f40de4c |
line wrap: on
line diff
--- a/doc/installation.txt Mon Jul 24 16:55:22 2023 -0400 +++ b/doc/installation.txt Mon Jul 24 17:16:36 2023 -0400 @@ -2213,10 +2213,13 @@ .. note:: The ``run_tests.py`` script is not packaged in Roundup's source - distribution anymore. You should install pytest using your - distributions package manger or using pip/pip2/pip3 to install - pytest for your python version. See the `administration guide`_ - for details. + distribution anymore. You should install: + * pytest, + * requests, and + * mock + using your distributions package manger or using pip/pip2/pip3 to + install pytest for your python version. See the `administration + guide`_ for details. Remember to have a database user 'rounduptest' prepared (with password 'rounduptest'). This user
