Mercurial > p > roundup > code
diff doc/installation.txt @ 7581:9dd27f40de4c
docs: document dependencies required for testing
fix formating.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 24 Jul 2023 17:19:39 -0400 |
| parents | 13af5f28207d |
| children | ac8dc6e7a8e3 |
line wrap: on
line diff
--- a/doc/installation.txt Mon Jul 24 17:16:36 2023 -0400 +++ b/doc/installation.txt Mon Jul 24 17:19:39 2023 -0400 @@ -2214,12 +2214,14 @@ .. note:: The ``run_tests.py`` script is not packaged in Roundup's source distribution anymore. You should install: - * pytest, - * requests, and - * mock + + * 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. + install pytest etc. for your Python version. See the + `administration guide`_ for details. Remember to have a database user 'rounduptest' prepared (with password 'rounduptest'). This user
