mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Tests: Use absolute imports
This commit is contained in:
parent
428e4be0b8
commit
ed72e697de
7 changed files with 13 additions and 21 deletions
|
@ -48,8 +48,6 @@ def finish_request_cov(self, request, client_address):
|
|||
|
||||
server.ParallelHTTPServer.finish_request = finish_request_cov
|
||||
|
||||
# Allow importing of tests.custom....
|
||||
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
|
||||
# Enable debug output
|
||||
radicale.log.logger.setLevel(logging.DEBUG)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue