Browse Source

print cwd for debug

main
Julien Iguchi-Cartigny 10 years ago
parent
commit
2a8aba547e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/wstools/tests/test_wsdl.py

+ 2
- 0
src/wstools/tests/test_wsdl.py View File

@@ -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:


Loading…
Cancel
Save