Browse Source

removing test_wstools, redundant with test_wdsl

main
Julien Iguchi-Cartigny 10 years ago
parent
commit
0d1c666f5e
1 changed files with 0 additions and 21 deletions
  1. +0
    -21
      tests/test_wstools.py

+ 0
- 21
tests/test_wstools.py View File

@@ -1,21 +0,0 @@
#!/usr/bin/env python

############################################################################
# Joshua R. Boverhof, David W. Robertson, LBNL
# See LBNLCopyright for copyright notice!
###########################################################################

import unittest
import test_wsdl

def makeTestSuite():
suite = unittest.TestSuite()
suite.addTest(test_wsdl.makeTestSuite("services_by_file"))
return suite

def test_runner():
runner = unittest.TextTestRunner()
runner.run(makeTestSuite())

if __name__ == '__main__':
test_runner()

Loading…
Cancel
Save