comparison 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
comparison
equal deleted inserted replaced
7580:13af5f28207d 7581:9dd27f40de4c
2212 ================================ 2212 ================================
2213 2213
2214 .. note:: 2214 .. note::
2215 The ``run_tests.py`` script is not packaged in Roundup's source 2215 The ``run_tests.py`` script is not packaged in Roundup's source
2216 distribution anymore. You should install: 2216 distribution anymore. You should install:
2217 * pytest, 2217
2218 * requests, and 2218 * pytest,
2219 * mock 2219 * requests, and
2220 * mock
2221
2220 using your distributions package manger or using pip/pip2/pip3 to 2222 using your distributions package manger or using pip/pip2/pip3 to
2221 install pytest for your python version. See the `administration 2223 install pytest etc. for your Python version. See the
2222 guide`_ for details. 2224 `administration guide`_ for details.
2223 2225
2224 Remember to have a database user 'rounduptest' prepared (with 2226 Remember to have a database user 'rounduptest' prepared (with
2225 password 'rounduptest'). This user 2227 password 'rounduptest'). This user
2226 must have at least the rights to create and drop databases. 2228 must have at least the rights to create and drop databases.
2227 Documentation: details on `adding MySQL users`_, 2229 Documentation: details on `adding MySQL users`_,

Roundup Issue Tracker: http://roundup-tracker.org/