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
forgot to exclude an import in test_t1
main
Julien Iguchi-Cartigny
10 years ago
parent
f494db6ac9
commit
17a6106643
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
tests/test_t1.py
+ 2
- 1
tests/test_t1.py
View File
@@ -4,9 +4,10 @@
###########################################################################
import unittest
import test_wsdl
import utils
"""
import utils
def makeTestSuite():
suite = unittest.TestSuite()
suite.addTest(test_wsdl.makeTestSuite("services_by_file"))
Write
Preview
Loading…
Cancel
Save