File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ An illustrative unit test:
84
84
85
85
Running the tests
86
86
=================
87
-
88
- This is slightly baroque because of the test matrix (PostgreSQL|MySQL|SQLite
89
- x Python2.5|2.6|2.7|3.2) .. .
87
+ ` nose ` and ` tox ` are supported as test runners. Select the SQL back-end by
88
+ setting a ` DB ` environment variable. Select the database connection by setting
89
+ the ` DBURI ` variable. With ` tox ` , you can also specify the Python version .
90
90
91
91
Using nose::
92
92
@@ -96,7 +96,8 @@ Using tox::
96
96
97
97
DB='pgsql' DBURI='postgresql+psycopg2://user:password@host/dbname' tox -e py32
98
98
99
- DB variants are 'pgsql', 'mysql' and 'sqlite'
99
+ DB variants are 'pgsql', 'mysql' and 'sqlite'. Except in the case of SQLite,
100
+ you'll need to create the database independently, before execution of the test.
100
101
101
102
Sample DBURI values::
102
103
You can’t perform that action at this time.
0 commit comments