Browse Source

forgot to exclude an import in test_t1

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


Loading…
Cancel
Save