diff options
-rw-r--r-- | testing.ini | 3 |
1 files changed, 3 insertions, 0 deletions
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 = |