在尝试使用python unittest loadTestsFromNames方法时获取错误“AttributeError:'module'对象没有属性'testsuite'”

时间:2011-11-01 21:14:57

标签: python python-unittest

 # Find all the test modules
   modules = map(trace.fullmodname, glob.glob('testsuite/test_*.py'))

 # Load All the tests into a suite
   suite = unittest.TestLoader().loadTestsFromNames(modules)

并收到错误:

AttributeError:'module'对象没有属性'testsuite'

0 个答案:

没有答案