From 083899d6088492b1bc7e01f74be015070224f2c2 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Fri, 20 Feb 2015 18:35:30 +0100 Subject: Some tests and using python netrc module --- test/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/__init__.py (limited to 'test/__init__.py') diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 0000000..9e0b053 --- /dev/null +++ b/test/__init__.py @@ -0,0 +1,6 @@ +import logging + +from test.test_httpfs import * + + +logging.basicConfig(level=logging.ERROR) -- cgit v1.2.1