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
test_wsdl is now the abstract test class
main
Julien Iguchi-Cartigny
10 years ago
parent
51fe162218
commit
902667e9a7
1 changed files
with
0 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-8
tests/test_wsdl.py
+ 0
- 8
tests/test_wsdl.py
View File
@@ -164,11 +164,3 @@ def setUpOptions(section):
def getOption(cp, section):
for name, value in cp.items(section):
yield value
def main():
unittest.main(defaultTest="makeTestSuite")
if __name__ == "__main__":
main()
Write
Preview
Loading…
Cancel
Save