comparison 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
comparison
equal deleted inserted replaced
7579:032e5db8bf2f 7580:13af5f28207d
2211 Problems? Testing your Python... 2211 Problems? Testing your Python...
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 pytest using your 2216 distribution anymore. You should install:
2217 distributions package manger or using pip/pip2/pip3 to install 2217 * pytest,
2218 pytest for your python version. See the `administration guide`_ 2218 * requests, and
2219 for details. 2219 * mock
2220 using your distributions package manger or using pip/pip2/pip3 to
2221 install pytest for your python version. See the `administration
2222 guide`_ for details.
2220 2223
2221 Remember to have a database user 'rounduptest' prepared (with 2224 Remember to have a database user 'rounduptest' prepared (with
2222 password 'rounduptest'). This user 2225 password 'rounduptest'). This user
2223 must have at least the rights to create and drop databases. 2226 must have at least the rights to create and drop databases.
2224 Documentation: details on `adding MySQL users`_, 2227 Documentation: details on `adding MySQL users`_,

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