Skip to content

Commit 02f8f76

Browse files
Bernhard ReiterBernhard Reiter
authored andcommitted
Docs update for mysql and postgresl: Mentioned test/db_test_base.py because
that is the place where the default database parameters comes from.
1 parent 4eb61f6 commit 02f8f76

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/mysql.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ this:
3737
FLUSH PRIVILEGES;
3838

3939
2. If your administrator has provided you with database connection info,
40-
you can modify MYSQL_* constants in the file test/test_db.py with
41-
the correct values.
40+
see the config values in 'test/db_test_base.py'
41+
about which database connection, name and user will be used.
4242

4343
The MySQL database should not contain any tables. Tests will not
4444
drop the database with existing data.

doc/postgresql.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ Running the PostgreSQL unit tests
2525

2626
The user that you're running the tests as will need to be able to access
2727
the postgresql database on the local machine and create and drop
28-
databases. Edit the ``test/test_postgresql.py`` database connection info if
29-
you wish to test against a different database.
30-
31-
The test database will be called "rounduptest".
28+
databases. See the config values in 'test/db_test_base.py'
29+
about which database connection, name and user will be used.
3230

3331

3432
Credit

0 commit comments

Comments
 (0)