diff --git a/tests/test_t1.py b/tests/test_t1.py index 980d8cc..730b6f5 100644 --- a/tests/test_t1.py +++ b/tests/test_t1.py @@ -4,11 +4,6 @@ ########################################################################### import unittest import test_wsdl -""" -import utils - -TODO: find where the hell is the missing utils package what is supposed to contain the MatchTestLoader() - import utils def makeTestSuite(): @@ -20,6 +15,6 @@ def makeTestSuite(): def main(): loader = utils.MatchTestLoader(True, None, "makeTestSuite") unittest.main(defaultTest="makeTestSuite", testLoader=loader) -""" + if __name__ == "__main__": main()