From 2a8aba547eaabb914c0842407fbc1521354dc6ec Mon Sep 17 00:00:00 2001 From: Julien Iguchi-Cartigny Date: Wed, 2 Jul 2014 22:41:35 +0200 Subject: [PATCH] print cwd for debug --- src/wstools/tests/test_wsdl.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wstools/tests/test_wsdl.py b/src/wstools/tests/test_wsdl.py index 1b7e10e..b9b2c2f 100644 --- a/src/wstools/tests/test_wsdl.py +++ b/src/wstools/tests/test_wsdl.py @@ -67,6 +67,8 @@ class WSDLToolsTestCase(unittest.TestCase): def test_all(self): try: + print "=>" + self.path + print "=>" + os.getcwd() if self.path[:7] == 'http://': self.wsdl = WSDLReader().loadFromURL(self.path) else: