summaryrefslogtreecommitdiff
path: root/test_db.cfg
blob: 6dcff725eb1b5131b04c080f149f045f556cbb63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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