Mercurial > p > roundup > code
diff doc/installation.txt @ 6988:a6ca811139b6
clarify preconditions for using tests.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 20 Sep 2022 12:13:45 -0400 |
| parents | 3de5a14762ab |
| children | b5f8b85351a9 |
line wrap: on
line diff
--- a/doc/installation.txt Wed Sep 14 23:29:00 2022 -0400 +++ b/doc/installation.txt Tue Sep 20 12:13:45 2022 -0400 @@ -1734,9 +1734,12 @@ for PostgreSQL you want to call the ``createuser`` command with the ``-d`` option to allow database creation. -Once you've unpacked roundup's source, if you have pytest installed, -run ``python -m pytest test`` in the source directory and make sure -there are no errors. If there are errors, please let us know! +This can only be done if you downloaded and unpacked the source +distrbution. It will not work if you used `pip install` as the test +suite is not installed. Once you've unpacked roundup's source, if you +have pytest installed, run ``python -m pytest test`` in the source +directory and make sure there are no errors. If there are errors, +please let us know! .. _`user guide`: user_guide.html .. _`roundup specification`: spec.html
