mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-31 19:50:55 +00:00
Capture log messages during tests
The log messages help finding problems with failed tests.
This commit is contained in:
parent
a94a3bc7c2
commit
01ea0a3c40
2 changed files with 10 additions and 2 deletions
|
@ -20,7 +20,6 @@ Radicale tests with simple requests.
|
|||
"""
|
||||
|
||||
import base64
|
||||
import logging
|
||||
import os
|
||||
import posixpath
|
||||
import shutil
|
||||
|
@ -868,7 +867,6 @@ class BaseFileSystemTest(BaseTest):
|
|||
def setup(self):
|
||||
self.configuration = config.load()
|
||||
self.configuration.set("storage", "type", self.storage_type)
|
||||
self.logger = logging.getLogger("radicale_test")
|
||||
self.colpath = tempfile.mkdtemp()
|
||||
self.configuration.set("storage", "filesystem_folder", self.colpath)
|
||||
# Disable syncing to disk for better performance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue