diff options
author | Jim Rollenhagen <jim@jimrollenhagen.com> | 2019-09-26 09:56:42 -0400 |
---|---|---|
committer | Jim Rollenhagen <jim@jimrollenhagen.com> | 2019-09-26 09:56:42 -0400 |
commit | 52672a64cc0cab4ea14a4a756fce850eb03315e3 (patch) | |
tree | a86024e4e6141aa8983c750f751c58d924f5b11a /test_db_py3.cfg | |
parent | 8acab2cd75a5b23ac162e49c8e4fb1e3f958352a (diff) | |
download | sqlalchemy-migrate-master.tar.gz |
Diffstat (limited to 'test_db_py3.cfg')
-rw-r--r-- | test_db_py3.cfg | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test_db_py3.cfg b/test_db_py3.cfg deleted file mode 100644 index e962fc5..0000000 --- a/test_db_py3.cfg +++ /dev/null @@ -1,15 +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://openstack_citest:openstack_citest@localhost/openstack_citest -#mysql://openstack_citest:openstack_citest@localhost/openstack_citest -#oracle://scott:tiger@localhost -#firebird://scott:tiger@localhost//var/lib/firebird/databases/test_migrate -#ibm_db_sa://migrate:migrate@localhost:50000/migrate |