Skip to content

Commit 6e5f4ef

Browse files
troyjfarrellmethane
authored andcommitted
Update the testing setup instructions (PyMySQL#604)
1 parent e027812 commit 6e5f4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/user/development.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ If you would like to run the test suite, create a database for testing like this
2222
mysql -e 'create database test_pymysql DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'
2323
mysql -e 'create database test_pymysql2 DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'
2424

25-
Then, copy the file ``.travis.databases.json`` to ``pymysql/tests/databases.json``
25+
Then, copy the file ``.travis/database.json`` to ``pymysql/tests/databases.json``
2626
and edit the new file to match your MySQL configuration::
2727

28-
$ cp .travis.databases.json pymysql/tests/databases.json
28+
$ cp .travis/database.json pymysql/tests/databases.json
2929
$ $EDITOR pymysql/tests/databases.json
3030

3131
To run all the tests, execute the script ``runtests.py``::

0 commit comments

Comments
 (0)