From d6ad20a3df26e80fddd6a304550514f19d54811a Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 16 Apr 2024 22:45:14 +0200 Subject: add data directory for testing configuration --- testing.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing.ini b/testing.ini index b6b57b7..4cb95ba 100644 --- a/testing.ini +++ b/testing.ini @@ -13,6 +13,9 @@ pyramid.debug_routematch = false pyramid.default_locale_name = en sqlalchemy.url = sqlite:///%(here)s/testing.sqlite +# In the pytest tests, this is overwritten with a temporary directory, but we +# should still set a value for the bootstrapping test. +fietsboek.data_dir = %(here)s/data redis.url = redis://localhost fietsboek.default_tile_layers = -- cgit v1.2.3