Explorar el Código

tests: enable debugging for new processes

Unrud hace 7 años
padre
commit
93c1581e21
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      radicale/tests/test_server.py

+ 2 - 0
radicale/tests/test_server.py

@@ -58,6 +58,8 @@ class TestBaseServerRequests:
         self.configuration = config.load()
         self.colpath = tempfile.mkdtemp()
         self.configuration["storage"]["filesystem_folder"] = self.colpath
+        # Enable debugging for new processes
+        self.configuration["logging"]["level"] = "debug"
         # Disable syncing to disk for better performance
         self.configuration["internal"]["filesystem_fsync"] = "False"
         self.shutdown_socket, shutdown_socket_out = socket.socketpair()