aboutsummaryrefslogtreecommitdiff
path: root/testing.ini
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-06-12 20:28:37 +0200
committerDaniel Schadt <kingdread@gmx.de>2025-06-12 20:28:37 +0200
commitabba548d84fa66bd7ac81683d3a70611cd6a8a3b (patch)
tree9343994c998cc84970a92510626b3a62e3fa46d9 /testing.ini
parentcf25779d218a4ace062f3c0549c0f2901a0c2d6a (diff)
parenta52781d2e039ccf9f984e06a4ff3aa5e02caff8b (diff)
downloadfietsboek-abba548d84fa66bd7ac81683d3a70611cd6a8a3b.tar.gz
fietsboek-abba548d84fa66bd7ac81683d3a70611cd6a8a3b.tar.bz2
fietsboek-abba548d84fa66bd7ac81683d3a70611cd6a8a3b.zip
Merge branch 'postgres-support'HEADmaster
Diffstat (limited to 'testing.ini')
-rw-r--r--testing.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing.ini b/testing.ini
index 82fddfd..ed53bdc 100644
--- a/testing.ini
+++ b/testing.ini
@@ -12,6 +12,8 @@ pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.default_locale_name = en
+# The sqlalchemy.url is overwritten by the test setup script for different
+# database engines. We leave sqlite here as default so a local tox run works fine.
sqlalchemy.url = sqlite:///%(here)s/testing.sqlite
# The pytest tests usually overwrite this with a temporary directory. Since
# this is cleaned on test teardown, we don't want to accidentally delete data