]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add explanation of prefab db connections
authorJonathan Ellis <jbellis@gmail.com>
Tue, 12 Jun 2007 20:43:43 +0000 (20:43 +0000)
committerJonathan Ellis <jbellis@gmail.com>
Tue, 12 Jun 2007 20:43:43 +0000 (20:43 +0000)
README.unittests

index 729cd42a5d5755dec2048517a1b29f2b841aafcd..a4a9b5197a146817cea90209d804ee37510e1881 100644 (file)
@@ -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):