diff options
author | Daniel Schadt <kingdread@gmx.de> | 2025-06-12 20:22:21 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2025-06-12 20:22:21 +0200 |
commit | a52781d2e039ccf9f984e06a4ff3aa5e02caff8b (patch) | |
tree | 9343994c998cc84970a92510626b3a62e3fa46d9 | |
parent | 16034e0ab834ddf94595fb1d6e2b6c4988e38e08 (diff) | |
download | fietsboek-a52781d2e039ccf9f984e06a4ff3aa5e02caff8b.tar.gz fietsboek-a52781d2e039ccf9f984e06a4ff3aa5e02caff8b.tar.bz2 fietsboek-a52781d2e039ccf9f984e06a4ff3aa5e02caff8b.zip |
add a comment to the test.ini for sql backends
-rw-r--r-- | testing.ini | 2 |
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 |