File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3737 FLUSH PRIVILEGES;
3838
39392. 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
4343The MySQL database should not contain any tables. Tests will not
4444drop the database with existing data.
Original file line number Diff line number Diff line change @@ -25,10 +25,8 @@ Running the PostgreSQL unit tests
2525
2626The user that you're running the tests as will need to be able to access
2727the 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
3432Credit
You can’t perform that action at this time.
0 commit comments