Disable tool document cache in unit tests

This commit is contained in:
mvdbeek
2021-01-20 10:34:02 +01:00
parent 4d984c5132
commit 9ac472ecc5
+1
View File
@@ -170,6 +170,7 @@ class MockAppConfig(Bunch):
# set by MockDir
self.root = root
self.enable_tool_document_cache = False
self.tool_cache_data_dir = os.path.join(root, 'tool_cache')
self.delay_tool_initialization = True
self.external_chown_script = None