summaryrefslogtreecommitdiff
path: root/README.unittests
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2007-07-27 04:08:53 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2007-07-27 04:08:53 +0000
commited4fc64bb0ac61c27bc4af32962fb129e74a36bf (patch)
treec1cf2fb7b1cafced82a8898e23d2a0bf5ced8526 /README.unittests
parent3a8e235af64e36b3b711df1f069d32359fe6c967 (diff)
downloadsqlalchemy-ed4fc64bb0ac61c27bc4af32962fb129e74a36bf.tar.gz
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
Diffstat (limited to 'README.unittests')
-rw-r--r--README.unittests7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.unittests b/README.unittests
index 729cd42a5..a4a9b5197 100644
--- a/README.unittests
+++ b/README.unittests
@@ -54,6 +54,13 @@ Help is available via:
default)
--coverage Dump a full coverage report after running
+NON-SQLITE DATABASES
+--------------------
+The prefab database connections expect to log in to localhost on the
+default port as user "scott", password "tiger", database "test" (where
+applicable). E.g. for postgresql the this translates to
+"postgres://scott:tiger@127.0.0.1:5432/test".
+
RUNNING INDIVIDUAL TESTS
-------------------------
Any unittest module can be run directly from the module file (same commandline options):