diff options
| -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  | 
