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
reverting test_t1 to switch off
main
Julien Iguchi-Cartigny
10 years ago
parent
6f00c6e5cd
commit
f494db6ac9
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tests/test_t1.py
+ 2
- 0
tests/test_t1.py
View File
@@ -6,6 +6,7 @@ import unittest
import test_wsdl
import utils
"""
def makeTestSuite():
suite = unittest.TestSuite()
suite.addTest(test_wsdl.makeTestSuite("services_by_file"))
@@ -18,3 +19,4 @@ def main():
if __name__ == "__main__":
main()
"""
Write
Preview
Loading…
Cancel
Save