Mercurial > p > roundup > code
changeset 8134:132d450bdc00 permission-performance
Add a 'Getting started' note to test/README.txt
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Wed, 23 Oct 2024 14:59:22 +0200 |
| parents | 7b6615fb37fc |
| children | aa5ae3f84889 |
| files | test/README.txt |
| diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test/README.txt Wed Oct 23 14:49:45 2024 +0200 +++ b/test/README.txt Wed Oct 23 14:59:22 2024 +0200 @@ -1,3 +1,12 @@ +Getting started: +For running the tests, you want to take a look at the documentation in +doc/developer.txt, in particular the section "Testing Notes". +For a test setup of the database backends, suitable documentation is +found in in doc/postgresql.txt for the Postgres backend, in the section +titled "Running the PostgreSQL unit tests". For the MySQL backend the +file doc/doc/mysql.txt has the documentation in section "Running the +MySQL tests". + A number of tests uses the infrastructure of db_test_base.py
