Browse Source

reverting test_t1 to switch off

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

Loading…
Cancel
Save