summaryrefslogtreecommitdiff
path: root/test/__init__.py
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2015-11-24 23:24:31 +0100
committerYves Fischer <yvesf-git@xapek.org>2015-11-24 23:24:31 +0100
commit4fb7d2e1c0e9e80038148163650f47e69270e80a (patch)
tree8848b94169945884985b421cc0a5aab133885ab3 /test/__init__.py
parente420859e28e950e2761829612816145b6e1232e9 (diff)
downloadfuse-httpfs-4fb7d2e1c0e9e80038148163650f47e69270e80a.tar.gz
fuse-httpfs-4fb7d2e1c0e9e80038148163650f47e69270e80a.zip
Cleanup and solve trailing '/' problem with redirects
* Format README as markdown. Mention dependencies * Fix 'timeout' * Run autopep8 on all python sources * Fix unittests * For HEAD requests explicitly allow to follow redirects. This solves the problem if you request: https://server/dir and then the server wants to redirect you to https://server/dir/ This should solve #1
Diffstat (limited to 'test/__init__.py')
-rw-r--r--test/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/__init__.py b/test/__init__.py
index 9e0b053..caeb5e5 100644
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -3,4 +3,4 @@ import logging
from test.test_httpfs import *
-logging.basicConfig(level=logging.ERROR)
+logging.basicConfig(level=logging.INFO)