summaryrefslogtreecommitdiff
path: root/test_db.cfg.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'test_db.cfg.tmpl')
-rw-r--r--test_db.cfg.tmpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/test_db.cfg.tmpl b/test_db.cfg.tmpl
deleted file mode 100644
index 59ea742..0000000
--- a/test_db.cfg.tmpl
+++ /dev/null
@@ -1,14 +0,0 @@
-# test_db.cfg
-#
-# This file contains a list of connection strings which will be used by
-# database tests. Tests will be executed once for each string in this file.
-# You should be sure that the database used for the test doesn't contain any
-# important data. See README for more information.
-#
-# The string '__tmp__' is substituted for a temporary file in each connection
-# string. This is useful for sqlite tests.
-sqlite:///__tmp__
-postgresql://scott:tiger@localhost/test_migrate
-mysql://scott:tiger@localhost/test_migrate
-oracle://scott:tiger@localhost
-firebird://scott:tiger@localhost//var/lib/firebird/databases/test_migrate