From: Jonathan Ellis Date: Tue, 12 Jun 2007 20:43:43 +0000 (+0000) Subject: add explanation of prefab db connections X-Git-Tag: rel_0_4_6~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a95c6e3fa967b8abaf97ae79be1b700b8b6c6565;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add explanation of prefab db connections --- diff --git a/README.unittests b/README.unittests index 729cd42a5d..a4a9b5197a 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):