Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Fixed #21222 - Documented that 'default' and 'other' must be differen…
Browse files Browse the repository at this point in the history
…t databases when running tests.

Thanks vernondcole for the suggestion.
  • Loading branch information
timgraham committed Oct 9, 2013
1 parent 4523fcd commit 9700194
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/internals/contributing/writing-code/unit-tests.txt
Expand Up @@ -64,11 +64,11 @@ two databases:
* A ``default`` database. This database should use the backend that
you want to use for primary testing

* A database with the alias ``other``. The ``other`` database is
used to establish that queries can be directed to different
databases. As a result, this database can use any backend you
want. It doesn't need to use the same backend as the ``default``
database (although it can use the same backend if you want to).
* A database with the alias ``other``. The ``other`` database is used to
establish that queries can be directed to different databases. As a result,
this database can use any backend you want. It doesn't need to use the same
backend as the ``default`` database (although it can use the same backend if
you want to). It cannot be the same database as the ``default``.

If you're using a backend that isn't SQLite, you will need to provide other
details for each database:
Expand Down

0 comments on commit 9700194

Please sign in to comment.