This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
wstools-py3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
print cwd for debug
main
Julien Iguchi-Cartigny
10 years ago
parent
d113e606e8
commit
2a8aba547e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save