Browse Source

test_wsdl is now the abstract test class

main
Julien Iguchi-Cartigny 10 years ago
parent
commit
902667e9a7
1 changed files with 0 additions and 8 deletions
  1. +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()

Loading…
Cancel
Save