diff options
author | Daniel Schadt <kingdread@gmx.de> | 2024-04-18 22:28:55 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2024-04-18 22:29:38 +0200 |
commit | 7f526efeed7b807a3b56f465637bee5dc8a27e3d (patch) | |
tree | c8f9129b47ca551e04aad9a50fe48f7d6e6c3e78 /testing.ini | |
parent | 83e08799d6b55bc2119aff4f9749bad103b5f574 (diff) | |
download | fietsboek-7f526efeed7b807a3b56f465637bee5dc8a27e3d.tar.gz fietsboek-7f526efeed7b807a3b56f465637bee5dc8a27e3d.tar.bz2 fietsboek-7f526efeed7b807a3b56f465637bee5dc8a27e3d.zip |
have data_dir as a placeholder in testing.ini
Diffstat (limited to 'testing.ini')
-rw-r--r-- | testing.ini | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing.ini b/testing.ini index 4cb95ba..82fddfd 100644 --- a/testing.ini +++ b/testing.ini @@ -13,9 +13,11 @@ 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 +# 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 +# that should not be deleted. Therefore, we specifically do not set a directory +# here, and leave a placeholder to be replaced properly by the tests. +# %% fietsboek.data_dir %% redis.url = redis://localhost fietsboek.default_tile_layers = |