From a52781d2e039ccf9f984e06a4ff3aa5e02caff8b Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 12 Jun 2025 20:22:21 +0200 Subject: add a comment to the test.ini for sql backends --- testing.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testing.ini') 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 -- cgit v1.2.3