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
fixing test_wstools_net.py
main
Julien Iguchi-Cartigny
10 years ago
parent
0d1c666f5e
commit
e7a035c6a5
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_wstools_net.py
+ 2
- 1
tests/test_wstools_net.py
View File
@@ -15,7 +15,8 @@ def makeTestSuite():
def test_runner():
unittest.main(defaultTest="makeTestSuite")
runner = unittest.TextTestRunner()
runner.run(makeTestSuite())
if __name__ == "__main__":
test_runner()
Write
Preview
Loading…
Cancel
Save